From 3cdebec32e0c1d388a93055a8101c101bb5588a9 Mon Sep 17 00:00:00 2001 From: Alex Jerabek <38896772+AlexJerabek@users.noreply.github.com> Date: Mon, 11 Nov 2019 10:55:14 -0800 Subject: [PATCH] [office-runtime] Adding code owners to office-runtime (#40139) * Adding code owners * Adding OfficeDev * Fixing whitespace * Removing whitespace --- types/office-runtime/index.d.ts | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/types/office-runtime/index.d.ts b/types/office-runtime/index.d.ts index 9f57bc4515..5d2663239a 100644 --- a/types/office-runtime/index.d.ts +++ b/types/office-runtime/index.d.ts @@ -1,12 +1,19 @@ // Type definitions for non-npm package office-runtime 1.0 // Project: https://github.com/OfficeDev/office-js -// Definitions by: Michael Zlatskovsky , Michelle Scharlock +// Definitions by: OfficeDev , +// Michael Zlatskovsky , +// Michelle Scharlock , +// David Chesnut , +// Alex Jerabek , +// Sudhi Ramamurthy // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // Typescript Version: 2.4 + /* office-runtime Copyright (c) Microsoft Corporation */ + /** * Office runtime namespace. */