Implement sending messages from a server add-on
Reviewed By: mweststrate Differential Revision: D34074383 fbshipit-source-id: de85e7a22dc9bb780163fc5b522708e8bc976df3
This commit is contained in:
committed by
Facebook GitHub Bot
parent
842b2c810a
commit
db976d5113
@@ -125,9 +125,7 @@ export type FlipperServerEvents = {
|
||||
id: string;
|
||||
message: string;
|
||||
};
|
||||
'plugins-server-add-on-message': {
|
||||
payload: ExecuteMessage;
|
||||
};
|
||||
'plugins-server-add-on-message': ExecuteMessage;
|
||||
'download-file-update': DownloadFileUpdate;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user