@statesync/core / SyncPhase
Type Alias: SyncPhase
ts
type SyncPhase =
| "start"
| "subscribe"
| "invalidation"
| "refresh"
| "getSnapshot"
| "apply"
| "protocol";Defined in: types.ts:65