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