bupkis
    Preparing search index...

    Interface _$ZodTypeInternals

    interface _$ZodTypeInternals {
        version: { major: 4; minor: 1; patch: number };
        def: $ZodTypeDef;
        toJSONSchema?: () => unknown;
    }

    Hierarchy (View Summary)

    Index

    Properties

    version: { major: 4; minor: 1; patch: number }

    The @zod/core version of this schema

    Schema definition.

    toJSONSchema?: () => unknown

    An optional method used to override toJSONSchema logic.