Skip to content

Commit 014f906

Browse files
authored
Update index.d.ts
1 parent d64c5b1 commit 014f906

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/types/index.d.ts

+13
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,16 @@ type doOperation = {
6767
previousID: BlockId;
6868
retData: null;
6969
}
70+
71+
interface Window {
72+
siyuan: {
73+
notebooks: any;
74+
menus: any;
75+
dialogs: any;
76+
blockPanels: any;
77+
storage: any;
78+
user: any;
79+
ws: any;
80+
languages: any;
81+
};
82+
}

0 commit comments

Comments
 (0)