Variable DefaultTypeSchemaConst
DefaultTypeSchema: ZodDiscriminatedUnion<
[
ZodObject<
{ id: ZodLiteral<-1>; name: ZodEnum<{ None: "None" }> },
$loose,
>,
ZodObject<{ id: ZodLiteral<0>; name: ZodEnum<{ Text: "Text" }> }, $loose>,
ZodObject<
{ id: ZodLiteral<1>; name: ZodEnum<{ Integer: "Integer" }> },
$loose,
>,
ZodObject<
{ id: ZodLiteral<2>; name: ZodEnum<{ Boolean: "Boolean" }> },
$loose,
>,
],
"id",
> = ...