Integration App SDK - v1.14.0
    Preparing search index...

    Interface ZodRecordDef<Key, Value>

    interface ZodRecordDef<
        Key extends KeySchema = ZodString,
        Value extends ZodTypeAny = ZodTypeAny,
    > {
        errorMap?: ZodErrorMap;
        description?: string;
        valueType: Value;
        keyType: Key;
        typeName: ZodRecord;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    errorMap?: ZodErrorMap
    description?: string
    valueType: Value
    keyType: Key
    typeName: ZodRecord