Type Alias SyncState

SyncState:
    | SyncStateInitial
    | SyncStateIsSyncing
    | SyncStateIsSynced
    | SyncStateIsNotSynced

The SyncState type represents the various states that a synchronization process can be in.