Brand returned in place of a rejected Zod input. The descriptive
literal is what TypeScript displays when the rejection fires, so
developers see why their schema is incompatible.
interfaceUnrepresentableZodSchemaError{ __schemaComponentsError:"Zod 4 type has no JSON Schema representation. See SchemaNormalisationError code 'zod-type-unrepresentable'."; }
Brand returned in place of a rejected Zod input. The descriptive literal is what TypeScript displays when the rejection fires, so developers see why their schema is incompatible.