aboutsummaryrefslogtreecommitdiff
path: root/src/webex/messages.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/webex/messages.ts')
-rw-r--r--src/webex/messages.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/webex/messages.ts b/src/webex/messages.ts
index 7cc6c4259..44c9f166c 100644
--- a/src/webex/messages.ts
+++ b/src/webex/messages.ts
@@ -208,6 +208,10 @@ export interface MessageMap {
request: types.TipStatusRequest;
response: void;
};
+ "clear-notification": {
+ request: { };
+ response: void;
+ };
}
/**