mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-13 21:06:14 +08:00
update a couple of references
This commit is contained in:
4
types/office-js/index.d.ts
vendored
4
types/office-js/index.d.ts
vendored
@@ -15882,7 +15882,7 @@ declare namespace Office {
|
||||
*
|
||||
* <tr><td>{@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode}</td><td>Compose or read</td></tr></table>
|
||||
*/
|
||||
recurrenceProperties: RecurrenceProperties;
|
||||
recurrenceProperties: Office.RecurrenceProperties;
|
||||
/**
|
||||
* Gets or sets the properties of the recurring appointment series.
|
||||
*
|
||||
@@ -15894,7 +15894,7 @@ declare namespace Office {
|
||||
*
|
||||
* <tr><td>{@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode}</td><td>Compose or read</td></tr></table>
|
||||
*/
|
||||
recurrenceTimeZone: RecurrenceTimeZone;
|
||||
recurrenceTimeZone: Office.RecurrenceTimeZone;
|
||||
|
||||
/**
|
||||
* Gets or sets the type of the recurring appointment series.
|
||||
|
||||
Reference in New Issue
Block a user