A mediator type that has a httpRequests parameter.

interface IMediatorTypeHttpRequests {
    httpRequests?: number;
}

Hierarchy (View Summary)

Properties

Properties

httpRequests?: number

An estimation of a number of HTTP requests.