Update index.d.ts

This commit is contained in:
Frostime 2023-07-29 20:16:58 +08:00 committed by GitHub
parent d64c5b1c38
commit 014f906263
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

13
src/types/index.d.ts vendored
View file

@ -67,3 +67,16 @@ type doOperation = {
previousID: BlockId; previousID: BlockId;
retData: null; retData: null;
} }
interface Window {
siyuan: {
notebooks: any;
menus: any;
dialogs: any;
blockPanels: any;
storage: any;
user: any;
ws: any;
languages: any;
};
}