mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
(office.js and office.preview.js) reverse mistaken change (#36675)
This commit is contained in:
parent
b9eba8fc8e
commit
a36f18187b
4
types/office-js-preview/index.d.ts
vendored
4
types/office-js-preview/index.d.ts
vendored
@ -458,10 +458,6 @@ declare namespace Office {
|
||||
*/
|
||||
error: Office.Error;
|
||||
/**
|
||||
* Gets the the GUID of the CustomXmlPart, when T (the type of the value property) is {@link Office.CustomXmlPart}.
|
||||
*/
|
||||
id?: string;
|
||||
/**
|
||||
* Gets the {@link Office.AsyncResultStatus} of the asynchronous operation.
|
||||
*/
|
||||
status: AsyncResultStatus;
|
||||
|
||||
4
types/office-js/index.d.ts
vendored
4
types/office-js/index.d.ts
vendored
@ -458,10 +458,6 @@ declare namespace Office {
|
||||
*/
|
||||
error: Office.Error;
|
||||
/**
|
||||
* Gets the the GUID of the CustomXmlPart, when T (the type of the value property) is {@link Office.CustomXmlPart}.
|
||||
*/
|
||||
id?: string;
|
||||
/**
|
||||
* Gets the {@link Office.AsyncResultStatus} of the asynchronous operation.
|
||||
*/
|
||||
status: AsyncResultStatus;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user