Package: @effect/platform-browser
Module: IndexedDbVersion
Typed IndexedDB version definition containing the tables available in that schema version.
Signature
export interface IndexedDbVersion<
out Tables extends IndexedDbTable.AnyWithProps
> extends Pipeable {
new(_: never): {}
readonly [TypeId]: typeof TypeId
readonly tables: ReadonlyMap<string, Tables>
}
Since v4.0.0