From 5139871d8d8fbc1fc5de5417fc07bdeccb69bb36 Mon Sep 17 00:00:00 2001 From: Matthieu Bessat Date: Sun, 16 Aug 2020 13:21:32 +0200 Subject: [PATCH] fix: add debug mode in interface definition for store --- src/store/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/index.ts b/src/store/index.ts index 678d7a2..5d9ea03 100644 --- a/src/store/index.ts +++ b/src/store/index.ts @@ -16,7 +16,7 @@ interface State { tags: any; data: any; delegate: any; - debug: boolean; + debugMode: boolean; validateMain: boolean; validateMainCallback: any; onMainReady: any;