Skip to content

ClientProjectionSpecForTable

ClientProjectionSpecForTable<TTable> = Omit<ClientProjectionSpec, "omitColumns"> & object

Defined in: packages/contracts/src/registry.ts:98

optional omitColumns?: readonly TableColumnKey<TTable>[]

TTable extends AnyPgTable