Variable versionedCustomOutputSchemaConst
versionedCustomOutputSchema: ZodDiscriminatedUnion<
"version",
[
ZodObject<
{
payload: ZodObject<
{ customOutputs: ZodString },
"strip",
ZodTypeAny,
{ customOutputs: string },
{ customOutputs: string },
>;
version: ZodLiteral<"1">;
},
"strip",
ZodTypeAny,
{ payload: { customOutputs: string }; version: "1" },
{ payload: { customOutputs: string }; version: "1" },
>,
],
> = ...