Skip to content

Commit d19c27a

Browse files
[office-js][office-js-preview] (Outlook) Remove outdated note from notifications API (DefinitelyTyped#72845)
1 parent be06088 commit d19c27a

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

types/office-js-preview/index.d.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9286,8 +9286,6 @@ declare namespace Office {
92869286
InformationalMessage = "informationalMessage",
92879287
/**
92889288
* The notification message is an error message.
9289-
*
9290-
* **Important**: Only the `InformationalMessage` type is supported in Outlook on Android and on iOS.
92919289
*/
92929290
ErrorMessage = "errorMessage",
92939291
/**

types/office-js/index.d.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9234,8 +9234,6 @@ declare namespace Office {
92349234
InformationalMessage = "informationalMessage",
92359235
/**
92369236
* The notification message is an error message.
9237-
*
9238-
* **Important**: Only the `InformationalMessage` type is supported in Outlook on Android and on iOS.
92399237
*/
92409238
ErrorMessage = "errorMessage",
92419239
/**

0 commit comments

Comments
 (0)