effect-io-ai

Package: @effect/platform-browser
Module: IndexedDbVersion

IndexedDbVersion.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>
}

Source

Since v4.0.0