MutabilityWhether a schema field is readonly or mutable within a struct.
modelsmutableKey
Source effect/Schema.ts:891 lines
export type type Mutability = "readonly" | "mutable"Whether a schema field is readonly or mutable within a struct.
Mutability = "readonly" | "mutable"Referenced by 4 symbols