interface GetTimeoutSignalOptions {
    signal?: AbortSignal;
    timeoutFactor?: number;
}

Properties

signal?: AbortSignal
timeoutFactor?: number