diff --git a/types/office-js/index.d.ts b/types/office-js/index.d.ts index 786bd742bb..09d19de4ed 100644 --- a/types/office-js/index.d.ts +++ b/types/office-js/index.d.ts @@ -400,7 +400,13 @@ declare namespace Office { * Hosts: Access, Excel, Outlook, PowerPoint, Project, Word */ value: any; - } + } + /** + * Represents the runtime environment of the add-in and provides access to key objects of the API. + * + * @remarks + * Hosts: Access, Excel, Outlook, PowerPoint, Project, Word + */ interface Context { /** * Provides information and access to the signed-in user.