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