From 014f90626343fd54f0f282eb7ffaf9d26ce1c964 Mon Sep 17 00:00:00 2001 From: Frostime Date: Sat, 29 Jul 2023 20:16:58 +0800 Subject: [PATCH] Update index.d.ts --- src/types/index.d.ts | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/types/index.d.ts b/src/types/index.d.ts index 68416a0..1891c1a 100644 --- a/src/types/index.d.ts +++ b/src/types/index.d.ts @@ -67,3 +67,16 @@ type doOperation = { previousID: BlockId; retData: null; } + +interface Window { + siyuan: { + notebooks: any; + menus: any; + dialogs: any; + blockPanels: any; + storage: any; + user: any; + ws: any; + languages: any; + }; +}