effect-io-ai

Package: @effect/platform-browser
Module: IndexedDbVersion

IndexedDbVersion.Tables

Extracts the table union from an IndexedDbVersion.

Signature

type Tables<Db> = Db extends IndexedDbVersion<infer _Tables> ? _Tables : never

Source

Since v4.0.0