ConstructorDefaultWhether a schema field has a constructor default value.
Source effect/Schema.ts:1001 lines
export type type ConstructorDefault =
| "no-default"
| "with-default"
Whether a schema field has a constructor default value.
ConstructorDefault = "no-default" | "with-default"Referenced by 5 symbols