mutable
mutable: <
S>(schema) =>mutable<S>
Defined in: node_modules/.pnpm/effect@3.15.2/node_modules/effect/dist/dts/Schema.d.ts:1637
Creates a new schema with shallow mutability applied to its properties.
Type Parameters
Section titled “Type Parameters”S extends Any
Parameters
Section titled “Parameters”schema
Section titled “schema”S
Returns
Section titled “Returns”mutable<S>
3.10.0