Skip to content
This repository has been archived by the owner on Jul 23, 2020. It is now read-only.

Commit

Permalink
types changed (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRefactoring authored Jun 30, 2019
1 parent d484801 commit b294f7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/issue.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ export declare class Issue {
issueId?: string | number,
issueKey?: string | number,
headers?: {
'X-Atlassian-Token': any,
charset: string | any,
'X-Atlassian-Token'?: string,
charset?: string,
[key: string]: any
}
}, callback?: any): Promise<{
Expand Down

0 comments on commit b294f7e

Please sign in to comment.