Files
omnivore/apple/OmnivoreKit/Sources/Models/DataModels/ServerSyncStatus.swift

10 lines
150 B
Swift

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