@novice1/api-doc-generator - v1.0.0
    Preparing search index...

    Interface PostmanCollection

    interface PostmanCollection {
        auth?: null | Auth;
        event?: EventObject[];
        info: InfoObject;
        item: (Item | Folder)[];
        protocolProfileBehavior?: unknown;
        variable?: Variable[];
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    auth?: null | Auth
    event?: EventObject[]
    item: (Item | Folder)[]
    protocolProfileBehavior?: unknown
    variable?: Variable[]