effect-io-ai

Package: @effect/platform-browser
Module: IndexedDbTable

IndexedDbTable.WithName

Selects the table with the given name from a union of IndexedDbTable types.

Signature

type WithName<Table, TableName> = Extract<
  Table,
  { readonly tableName: TableName }
>

Source

Since v4.0.0