bupkis
    Preparing search index...

    Interface $ZodLazyInternals<T>

    interface $ZodLazyInternals<T extends SomeType = z.core.$ZodType> {
        def: $ZodLazyDef<T>;
        innerType: T;
        version: { major: 4; minor: 1; patch: number };
        toJSONSchema?: () => unknown;
    }

    Type Parameters

    Index

    Properties

    Schema definition.

    innerType: T

    Auto-cached way to retrieve the inner schema

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

    The @zod/core version of this schema

    toJSONSchema?: () => unknown

    An optional method used to override toJSONSchema logic.