import { type SetSchema } from "https://deno.land/x/valibot@v0.28.1/src/schemas/index.ts";
Set schema type.
Type Parameters
TValue extends BaseSchema
definition: BaseSchema<SetInput<TValue>, TOutput> & { type: "set"; value: TValue; message: ErrorMessage | undefined; pipe: Pipe<SetOutput<TValue>> | undefined; }