diff --git a/types/office-js/index.d.ts b/types/office-js/index.d.ts index 09e5595469..90bdaf5467 100644 --- a/types/office-js/index.d.ts +++ b/types/office-js/index.d.ts @@ -15882,7 +15882,7 @@ declare namespace Office { * * {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode}Compose or read */ - recurrenceProperties: RecurrenceProperties; + recurrenceProperties: Office.RecurrenceProperties; /** * Gets or sets the properties of the recurring appointment series. * @@ -15894,7 +15894,7 @@ declare namespace Office { * * {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode}Compose or read */ - recurrenceTimeZone: RecurrenceTimeZone; + recurrenceTimeZone: Office.RecurrenceTimeZone; /** * Gets or sets the type of the recurring appointment series.