import { type LiteralSchemaAsync } from "https://deno.land/x/valibot@v0.5.0/src/schemas/literal/literalAsync.ts";
Literal schema async type.
Type Parameters
optional
TOutput = TLiteralValuedefinition: BaseSchemaAsync<TLiteralValue, TOutput> & { schema: "literal"; literal: TLiteralValue; }