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