Skip to content

Commit

Permalink
Update index.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
frostime authored Jul 29, 2023
1 parent d64c5b1 commit 014f906
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
}

0 comments on commit 014f906

Please sign in to comment.