bupkis
    Preparing search index...

    Interface $ZodObjectDef<Shape>

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

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

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