Interface IdleRequestOptions

    interface IdleRequestOptions {
        timeout?: number;
    }

    Properties

    Properties

    timeout?: number