type alias DateSchemaimport { type DateSchema } from "https://deno.land/x/valibot@v0.28.1/mod.ts"; Date schema type. Type ParametersoptionalTOutput = Datedefinition: BaseSchema<Date, TOutput> & { type: "date"; message: ErrorMessage | undefined; pipe: Pipe<Date> | undefined; }