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"]>; }>,Struct<{message: typeofString$;reason:Literal<["private-browsing","storage-unavailable","unknown"]>;stage:Literal<["warning"]>; }>]>
Defined in: packages/@livestore/common/dist/adapter-types.d.ts:61