From 66a9cc79ca18ea5979bdd4287950c40e01d983a0 Mon Sep 17 00:00:00 2001 From: WineBewes Date: Mon, 13 Sep 2021 03:45:24 +0200 Subject: [PATCH] TypeScript 2.0.x compatibility [ci skip] --- 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 6d5bf8f..6b431db 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -253,7 +253,7 @@ export interface WorkBook { Props?: FullProperties; /** Custom workbook Properties */ - Custprops?: object; + Custprops?: any; Workbook?: WBProps;