interface FetchH2Like {
    TimeoutError: SomeConstructor;
    context: ((...args) => any);
}

Properties

TimeoutError: SomeConstructor
context: ((...args) => any)

Type declaration

    • (...args): any
    • Parameters

      • Rest ...args: any[]

      Returns any