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

    Interface ZodDefaultDef<T>

    interface ZodDefaultDef<T extends ZodTypeAny = ZodTypeAny> {
        errorMap?: ZodErrorMap;
        description?: string;
        innerType: T;
        defaultValue: () => noUndefined<T["_input"]>;
        typeName: ZodDefault;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    errorMap?: ZodErrorMap
    description?: string
    innerType: T
    defaultValue: () => noUndefined<T["_input"]>
    typeName: ZodDefault