Skip to content

Commit

Permalink
fix(typescript): ts-ignore missing AbortSignal global
Browse files Browse the repository at this point in the history
maybe resolves #433
  • Loading branch information
panva committed Dec 3, 2021
1 parent 3e7fc18 commit d975c11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@ declare class BaseClient {
}

interface DeviceFlowPollOptions {
// @ts-ignore
signal?: AbortSignal;
}

Expand Down

0 comments on commit d975c11

Please sign in to comment.