interface RequestOptions {
    timeout?: number;
}

Hierarchy (view full)

Properties

Properties

timeout?: number

Custom timeout for the request in milliseconds