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

    Interface ZodNullableDef<T>

    interface ZodNullableDef<T extends ZodTypeAny = ZodTypeAny> {
        errorMap?: ZodErrorMap;
        description?: string;
        innerType: T;
        typeName: ZodNullable;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    errorMap?: ZodErrorMap
    description?: string
    innerType: T
    typeName: ZodNullable