From a36f18187b792aae18a1ea08ab99bc8fe79c9a9b Mon Sep 17 00:00:00 2001 From: Rick-Kirkham Date: Mon, 8 Jul 2019 13:42:59 -0700 Subject: [PATCH] (office.js and office.preview.js) reverse mistaken change (#36675) --- types/office-js-preview/index.d.ts | 4 ---- types/office-js/index.d.ts | 4 ---- 2 files changed, 8 deletions(-) diff --git a/types/office-js-preview/index.d.ts b/types/office-js-preview/index.d.ts index 299a43893a..a47d120ab4 100644 --- a/types/office-js-preview/index.d.ts +++ b/types/office-js-preview/index.d.ts @@ -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; diff --git a/types/office-js/index.d.ts b/types/office-js/index.d.ts index 5cc635f947..00fb93ab93 100644 --- a/types/office-js/index.d.ts +++ b/types/office-js/index.d.ts @@ -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;