NotificationCleared type
Retraction of a previously-raised notification (matched by code for the given mediaNodeId). Sent when the underlying condition clears.
Signature:
export type NotificationCleared = {
code: string;
mediaNodeId: string;
};