Junction timeouts.

interface Timeouts {
    backendRequest?: number;
    request?: number;
}

Properties

backendRequest?: number
request?: number