Package: @effect/platform-browser
Module: IndexedDbTable
Type-erased IndexedDbTable retaining the table interface properties with broad type parameters.
Signature
type AnyWithProps = IndexedDbTable<
string,
AnySchemaStruct,
any,
any,
boolean
>
Since v4.0.0