diff --git a/types/atom/index.d.ts b/types/atom/index.d.ts index 07614a5815..336adceb4d 100644 --- a/types/atom/index.d.ts +++ b/types/atom/index.d.ts @@ -206,7 +206,7 @@ declare global { gutterName?: string; } - interface ErrorNotification extends NotificationOptions { + interface ErrorNotification extends Notification { stack?: string; }