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