From d6f82b513a2f682009b5a04baef62ae45ce366a7 Mon Sep 17 00:00:00 2001 From: David Chesnut Date: Tue, 3 Feb 2026 13:43:10 -0800 Subject: [PATCH] office-js-preview - Remove preview auth property (#74447) --- types/office-js-preview/index.d.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/types/office-js-preview/index.d.ts b/types/office-js-preview/index.d.ts index 2470ccc82c1516..1471fb4c343879 100644 --- a/types/office-js-preview/index.d.ts +++ b/types/office-js-preview/index.d.ts @@ -4630,12 +4630,6 @@ declare namespace Office { * */ interface Context { - /** - * Provides information and access to the signed-in user. - * - * @beta - */ - auth: Auth; /** * True, if the current platform allows the add-in to display a UI for selling or upgrading; otherwise returns False. *