mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
Make ErrorNotification extend Notification
It was extending the non existent NotificationOptions, causing only the `stack` attribute to be available.
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