BootStatus
BootStatus =
Union<readonly [Struct<{stage:Literal<"loading">; }>,Struct<{progress:Struct<{done:Finite;total:Finite; }>;stage:Literal<"migrating">; }>,Struct<{progress:Struct<{done:Finite;total:Finite; }>;stage:Literal<"rehydrating">; }>,Struct<{progress:Struct<{done:Finite;total:Finite; }>;stage:Literal<"syncing">; }>,Struct<{stage:Literal<"done">; }>,Struct<{message:String;reason:Literals<readonly ["private-browsing","storage-unavailable","unknown"]>;stage:Literal<"warning">; }>]>
Defined in: packages/@livestore/common/dist/adapter-types.d.ts:61