import { type SetSchema } from "https://deno.land/x/valibot@v0.30.0/src/schemas/set/index.ts";
Set schema type.
Type Parameters
TValue extends BaseSchema
Properties
value: TValue
The set value schema.
message: ErrorMessage | undefined
The error message.