ConstraintRebuildableLightweight structural constraint for APIs that need schema views and the rebuilt schema type, but do not call the full schema protocol.
When to use
Use when an API needs to read Rebuild in addition to the schema views
exposed by Constraint, but does not call methods such as annotate,
check, rebuild, make, or makeEffect.
modelsConstraint
Source effect/Schema.ts:7663 lines
export interface ConstraintRebuildable extends Constraint {
readonly "Rebuild": Constraint
}Referenced by 1 symbols