From 0d4932beeb524f76683ed39ef8be6efd26351c99 Mon Sep 17 00:00:00 2001 From: Brent Ely Date: Mon, 27 Jan 2020 23:39:35 -0600 Subject: [PATCH] added @cronin4392 (Pull #650) --- types/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/index.d.ts b/types/index.d.ts index 3a71c0751..1deb92f02 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -4,6 +4,7 @@ // Michael Beaumont // Nicholas Tietz-Sokolsky // David Adams +// Stephen Cronin // TypeScript Version: 3.x export as namespace PptxGenJS @@ -44,7 +45,6 @@ declare class PptxGenJS { * @note the `revision` value must be a whole number only (without "." or "," - otherwise, PPT will throw errors upon opening!) */ revision: string - shapes: {[key: string]: PptxGenJS.IShape} subject: string title: string