Files
omnivore/apple/OmnivoreKit/Sources/Models/DataModels/ServerSyncStatus.swift
2023-12-07 17:15:53 +08:00

11 lines
167 B
Swift

import Foundation
public enum ServerSyncStatus: Int {
case isNSync
case isSyncing
case needsDeletion
case needsCreation
case needsUpdate
case needsMove
}