Membrane React - v0.6.0
    Preparing search index...

    Interface $ZodRecord<Key, Value>

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

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    Properties