Skip to content

BootStatus

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

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