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

    Interface $ZodRecord<Key, Value>

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

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    Properties