Hey, I noticed that the `NotificationOptions` definition doesn't include the [actions option](https://notifications.spec.whatwg.org/#dictdef-notificationoptions). This is the current definition: [dom.generated.d.ts](https://github.com/microsoft/TypeScript-DOM-lib-generator/blob/179bdd84a944933a3103f29c2274c9f5a857b693/baselines/dom.generated.d.ts#L1012) and [serviceworker.generated.d.ts](https://github.com/microsoft/TypeScript-DOM-lib-generator/blob/179bdd84a944933a3103f29c2274c9f5a857b693/baselines/serviceworker.generated.d.ts#L402) Here is the relevant [mdn link](https://developer.mozilla.org/en-US/docs/Web/API/ServiceWorkerRegistration/showNotification#actions). In addition, `timestamp` and `renotify` are also missing. This might be an regression of #438, but I am not sure.