mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 21:10:23 +00:00
replace description I mistakenly deleted
This commit is contained in:
Vendored
+7
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user