ClientProjectionSpecForTable
ClientProjectionSpecForTable<
TTable> =Omit<ClientProjectionSpec,"omitColumns"> &object
Defined in: packages/contracts/src/registry.ts:98
Type Declaration
Section titled “Type Declaration”omitColumns?
Section titled “omitColumns?”
optionalomitColumns?: readonlyTableColumnKey<TTable>[]
Type Parameters
Section titled “Type Parameters”TTable
Section titled “TTable”TTable extends AnyPgTable