Files
omnivore/apple/OmnivoreKit/Sources/Models/DataModels/ServerSyncStatus.swift
2022-04-25 10:09:45 -07:00

10 lines
150 B
Swift

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