SyncType type

Defines values for SyncType. Possible values include: 'PartialSync', 'FullSync'

type SyncType = "PartialSync" | "FullSync"