Interface IClientCallConfig

interface IClientCallConfig {
    timeout?: number;
}

Properties

Properties

timeout?: number

Controls the number of milliseconds allowed to elapse without a response before the API considers the call to have failed.

Generated using TypeDoc