@hcl-software/domino-rest-sdk-node
    Preparing search index...

    Type Alias DominoRestOperation

    All information needed to read a method

    type DominoRestOperation = {
        method: string;
        mimeType?: string;
        params: Map<string, any>;
        url: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    method: string
    mimeType?: string
    params: Map<string, any>
    url: string