interface RequestOptions {
    timeout?: number;
}

Properties

Properties

timeout?: number

Custom timeout for the request in milliseconds

Generated using TypeDoc