@novice1/api-doc-generator - v1.2.0
    Preparing search index...
    interface PostmanHelperInterface {
        allowsEmptyValue(): boolean;
        getAlternatives(): PostmanHelperInterface[];
        getChildren(): Record<string, PostmanHelperInterface>;
        getContentType?(): string | undefined;
        getDefaultValue(): unknown;
        getDescription(): string;
        getDescriptionType?(): string | undefined;
        getEnum(): unknown[];
        getExampleValue(): unknown;
        getFirstItem(): PostmanHelperInterface | undefined;
        getMax(): number | undefined;
        getMin(): number | undefined;
        getType(): string;
        getUnit(): string;
        getXml?(): XMLObject | undefined;
        hasContentType?(): boolean;
        hasDefaultValue(): boolean;
        hasDescriptionType?(): boolean;
        hasExampleValue(): boolean;
        hasMax(): boolean;
        hasMin(): boolean;
        hasXml?(): boolean;
        isDeprecated(): boolean;
        isRequired(): boolean;
        isUnique(): boolean;
        isValid(): boolean;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Methods