Interface PendingRequest

Hierarchy

  • PendingRequest

Properties

Properties

reject: ((reason?: any) => void)

Type declaration

    • (reason?: any): void
    • Parameters

      • Optional reason: any

      Returns void

resolve: ((value: void | PromiseLike<any>) => void)

Type declaration

    • (value: void | PromiseLike<any>): void
    • Parameters

      • value: void | PromiseLike<any>

      Returns void

timer?: number

Generated using TypeDoc