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

    Interface ZodPromiseDef<T>

    interface ZodPromiseDef<T extends ZodTypeAny = ZodTypeAny> {
        errorMap?: ZodErrorMap;
        description?: string;
        type: T;
        typeName: ZodPromise;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    errorMap?: ZodErrorMap
    description?: string
    type: T
    typeName: ZodPromise