Package: @effect/platform-browser
Module: IndexedDbQueryBuilder
Value type accepted by equals comparisons for a table key path or index.
Signature
type EqualsType<Table, Index, KeyPath, Type> = KeyPath extends keyof Type ? Type[KeyPath]
: { [I in keyof KeyPath]: KeyPath[I] extends keyof Type ? Type[KeyPath[I]] | [] : never }
Since v4.0.0