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

    Interface $ZodObjectDef<Shape>

    interface $ZodObjectDef<Shape extends $ZodShape = $ZodShape> {
        catchall?: $ZodType<
            unknown,
            unknown,
            $ZodTypeInternals<unknown, unknown>,
        >;
        checks?: $ZodCheck<never>[];
        error?: $ZodErrorMap<never>;
        shape: Shape;
        type: "object";
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    catchall?: $ZodType<unknown, unknown, $ZodTypeInternals<unknown, unknown>>
    checks?: $ZodCheck<never>[]
    error?: $ZodErrorMap<never>
    shape: Shape
    type: "object"