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