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

    Interface $ZodMap<Key, Value>

    interface $ZodMap<
        Key extends SomeType = $ZodType,
        Value extends SomeType = $ZodType,
    > {
        _zod: $ZodMapInternals<Key, Value>;
        "~standard": $ZodStandardSchema<$ZodMap<Key, Value>>;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    Properties