```ts
type NotificationToastSignal = NotificationToastMessageSignal | NotificationToastCloseSignal;
```
