Update index.d.ts
This commit is contained in:
parent
d64c5b1c38
commit
014f906263
1 changed files with 13 additions and 0 deletions
13
src/types/index.d.ts
vendored
13
src/types/index.d.ts
vendored
|
@ -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;
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue