WithoutConstructorDefaultConstraint used to ensure a schema field does not already have a constructor default.
Details
Only schemas that satisfy this constraint can be passed to withConstructorDefault.
modelswithConstructorDefault
Source effect/Schema.ts:56363 lines
export interface WithoutConstructorDefault {
readonly "~type.constructor.default": "no-default"
}Referenced by 1 symbols