Skip to content

@statesync/core


@statesync/core / SyncPhase

Type Alias: SyncPhase

ts
type SyncPhase = 
  | "start"
  | "subscribe"
  | "invalidation"
  | "refresh"
  | "getSnapshot"
  | "apply"
  | "protocol";

Defined in: types.ts:65

Released under the MIT License.