@servicenow/sdk - v4.4.1
    Preparing search index...
    interface ZodBrandedDef<T extends ZodTypeAny> {
        description?: string;
        errorMap?: ZodErrorMap;
        type: T;
        typeName: ZodBranded;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

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