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