mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-01 07:40:10 +00:00
Merge pull request #21216 from dalen/patch-1
atom: Make ErrorNotification extend Notification
This commit is contained in:
2
types/atom/index.d.ts
vendored
2
types/atom/index.d.ts
vendored
@@ -206,7 +206,7 @@ declare global {
|
||||
gutterName?: string;
|
||||
}
|
||||
|
||||
interface ErrorNotification extends NotificationOptions {
|
||||
interface ErrorNotification extends Notification {
|
||||
stack?: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user