Hyperlinkv0.8.0-beta.28

Schema

Schema.ConstraintRebuildableinterfaceeffect/Schema.ts:766
ConstraintRebuildable

Lightweight 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.

Source effect/Schema.ts:7663 lines
export interface ConstraintRebuildable extends Constraint {
  readonly "Rebuild": Constraint
}
Referenced by 1 symbols