Package: @effect/platform-browser
Module: IndexedDbDatabase
Type-erased IndexedDbSchema covering any source version, target version, and migration error type.
Signature
type AnySchema = IndexedDbSchema<
IndexedDbVersion.AnyWithProps,
IndexedDbVersion.AnyWithProps,
any
>
Since v4.0.0