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