import { type LiteralSchemaAsync } from "https://deno.land/x/valibot@v0.19.0/src/index.ts";
Literal schema async type.
definition: BaseSchemaAsync<TLiteral, TOutput> & { schema: "literal"; literal: TLiteral; }
import { type LiteralSchemaAsync } from "https://deno.land/x/valibot@v0.19.0/src/index.ts";
Literal schema async type.