interface-forge - v2.5.0
    Preparing search index...

    Interface $ZodObjectInternals<Shape, Config>

    interface $ZodObjectInternals<
        out Shape extends Readonly<$ZodShape> = Readonly<$ZodShape>,
        out Config extends $ZodObjectConfig = $ZodObjectConfig,
    > {
        config: Config;
        def: $ZodObjectDef<Shape>;
        input: $InferObjectInput<Shape, Config["in"]>;
        output: $InferObjectOutput<Shape, Config["out"]>;
        toJSONSchema?: () => unknown;
        version: { major: 4; minor: 0; patch: number };
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    config: Config

    Schema definition.

    toJSONSchema?: () => unknown

    An optional method used to override toJSONSchema logic.

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

    The @zod/core version of this schema