Skip to content

BootStatus

BootStatus = Union<[Struct<{ stage: Literal<["loading"]>; }>, Struct<{ progress: Struct<{ done: typeof Number$; total: typeof Number$; }>; stage: Literal<["migrating"]>; }>, Struct<{ progress: Struct<{ done: typeof Number$; total: typeof Number$; }>; stage: Literal<["rehydrating"]>; }>, Struct<{ progress: Struct<{ done: typeof Number$; total: typeof Number$; }>; stage: Literal<["syncing"]>; }>, Struct<{ stage: Literal<["done"]>; }>]>

Defined in: packages/@livestore/common/dist/adapter-types.d.ts:36