effect-io-ai

Package: @effect/platform-browser
Module: IndexedDbTable

IndexedDbTable.AnyWithProps

Type-erased IndexedDbTable retaining the table interface properties with broad type parameters.

Signature

type AnyWithProps = IndexedDbTable<
  string,
  AnySchemaStruct,
  any,
  any,
  boolean
>

Source

Since v4.0.0