[MM-57348] Change result
to status
as a better descriptor of the notification status (#3005)
This commit is contained in:
2
api-types/lib/index.d.ts
vendored
2
api-types/lib/index.d.ts
vendored
@@ -23,7 +23,7 @@ export type DesktopAPI = {
|
||||
onLogin: () => void;
|
||||
onLogout: () => void;
|
||||
sendNotification: (title: string, body: string, channelId: string, teamId: string, url: string, silent: boolean, soundName: string) => Promise<{
|
||||
result: string;
|
||||
status: string;
|
||||
reason?: string;
|
||||
data?: string;
|
||||
}>;
|
||||
|
Reference in New Issue
Block a user