SyncTableMigrationState type
Définit des valeurs pour SyncTableMigrationState. Les valeurs possibles sont les suivantes : « BEFORE_LOAD », « FULL_LOAD », « COMPLETED », « CANCELED », « ERROR », « FAILED »
type SyncTableMigrationState =
| "BEFORE_LOAD"
| "FULL_LOAD"
| "COMPLETED"
| "CANCELED"
| "ERROR"
| "FAILED"