Package: @effect/platform-browser
Module: IndexedDbTable
Selects the table with the given name from a union of IndexedDbTable types.
Signature
type WithName<Table, TableName> = Extract<
Table,
{ readonly tableName: TableName }
>
Since v4.0.0