diff --git a/packages/gnome-shell/src/ui/messageTray.d.ts b/packages/gnome-shell/src/ui/messageTray.d.ts index 5081ebc..655b4cd 100644 --- a/packages/gnome-shell/src/ui/messageTray.d.ts +++ b/packages/gnome-shell/src/ui/messageTray.d.ts @@ -167,21 +167,6 @@ export class Action extends GObject.Object { public activate(): void; } -/** - * @version 46 - */ -export namespace Notification { - export interface Params { - gicon?: Gio.Icon | null; - secondaryGIcon?: Gio.Icon | null; - bannerMarkup?: boolean; - clear?: boolean; - datetime?: GLib.DateTime | null; - soundName?: string | null; - soundFile?: Gio.File | null; - } -} - /** * @see https://gitlab.gnome.org/GNOME/gnome-shell/-/blob/main/js/ui/messageTray.js#L482 * @version 46