import { partial } from "https://deno.land/x/valibot@v0.28.1/src/methods/partial/partial.ts";
Creates an object schema consisting of all properties of an existing object schema set to optional.
Type Parameters
Parameters
The affected schema.
A validation and transformation pipe.
Returns
An object schema.
Creates an object schema consisting of all properties of an existing object schema set to optional.
Type Parameters
Parameters
The affected schema.
The error message.
A validation and transformation pipe.
Returns
An object schema.
Creates an object schema consisting of all properties of an existing object schema set to optional.
Type Parameters
Parameters
The affected schema.
The object rest.
A validation and transformation pipe.
Returns
An object schema.
Creates an object schema consisting of all properties of an existing object schema set to optional.
Type Parameters
Parameters
The affected schema.
The object rest.
The error message.
A validation and transformation pipe.
Returns
An object schema.