Skip to content

Commit

Permalink
chore: add getOptions type
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jan 4, 2021
1 parent 6e1ee81 commit 3ff1732
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ declare module 'atom' {
interface Pane {
getPendingItem(): TextEditor
}
interface Notification {
getOptions(): {detail: string}
}
}


Expand Down

0 comments on commit 3ff1732

Please sign in to comment.