@novice1/api-doc-generator - v1.0.0
    Preparing search index...
    interface Item {
        description?: Description;
        event?: EventObject[];
        id?: string;
        name?: string;
        protocolProfileBehavior?: unknown;
        request: RequestObject;
        response?: ResponseObject[];
        variable?: Variable[];
    }
    Index

    Properties

    description?: Description
    event?: EventObject[]
    id?: string
    name?: string
    protocolProfileBehavior?: unknown
    request: RequestObject
    response?: ResponseObject[]
    variable?: Variable[]