BootStatus
constBootStatus:Union<[Struct<{stage:Literal<["loading"]>; }>,Struct<{progress:Struct<{done: typeofSchema.Number;total: typeofSchema.Number; }>;stage:Literal<["migrating"]>; }>,Struct<{progress:Struct<{done: typeofSchema.Number;total: typeofSchema.Number; }>;stage:Literal<["rehydrating"]>; }>,Struct<{progress:Struct<{done: typeofSchema.Number;total: typeofSchema.Number; }>;stage:Literal<["syncing"]>; }>,Struct<{stage:Literal<["done"]>; }>]>
Defined in: packages/@livestore/common/dist/adapter-types.d.ts:128