effect-io-ai

Package: @effect/platform-browser
Module: IndexedDbTable

IndexedDbTable.Context

Extracts the decoding or encoding service requirements needed by an IndexedDbTable schema.

Signature

type Context<Table> = | Table["tableSchema"]["DecodingServices"]
  | Table["tableSchema"]["EncodingServices"]

Source

Since v4.0.0