Interface RequestChannelInfoOptions

interface RequestChannelInfoOptions {
    fields?: RequestChannelInfoFields[];
    timeout?: number;
}

Properties

Properties

timeout?: number

The maximum amount of time in milliseconds to wait.

Default Value

client.rest.options.requestTimeout