TableGovernanceSpecForTable
TableGovernanceSpecForTable<
TTable> =Omit<TableGovernanceSpec,"deferrableConstraints"|"managedFields"> &object
Defined in: packages/contracts/src/registry.ts:108
Type Declaration
Section titled “Type Declaration”deferrableConstraints?
Section titled “deferrableConstraints?”
optionaldeferrableConstraints?:DeferrableConstraintSpecForTable<TTable>[]
managedFields?
Section titled “managedFields?”
optionalmanagedFields?:ManagedFieldSpecForTable<TTable>[]
Type Parameters
Section titled “Type Parameters”TTable
Section titled “TTable”TTable extends AnyPgTable