import { type DateSchema } from "https://deno.land/x/valibot@v0.28.1/src/schemas/index.ts";
Date schema type.
Type Parameters
optional
TOutput = Datedefinition: BaseSchema<Date, TOutput> & { type: "date"; message: ErrorMessage | undefined; pipe: Pipe<Date> | undefined; }