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