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

    Interface $ZodObject<Shape, Params>

    interface $ZodObject<
        out Shape extends Readonly<$ZodShape> = Readonly<$ZodShape>,
        out Params extends $ZodObjectConfig = $ZodObjectConfig,
    > {
        _zod: $ZodObjectInternals;
        "~standard": $ZodStandardSchema<$ZodObject<Shape, Params>>;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    Properties