z.ZodLiteralDef
import type { z } from "https://esm.sh/zod@3.25.76/index.d.cts";
const { ZodLiteralDef } = z;interface ZodLiteralDef <T = any> extends ZodTypeDef {
typeName: ZodFirstPartyTypeKind.ZodLiteral;
value: T;
}import type { z } from "https://esm.sh/zod@3.25.76/index.d.cts";
const { ZodLiteralDef } = z;