mirror of
https://github.com/siyuan-note/plugin-sample-vite-svelte.git
synced 2025-06-08 10:56:01 +00:00
udpate api.ts
This commit is contained in:
parent
548f80a46f
commit
1f199a6dcf
2 changed files with 74 additions and 40 deletions
6
src/types/api.d.ts
vendored
6
src/types/api.d.ts
vendored
|
@ -1,3 +1,9 @@
|
|||
interface IResGetNotebookConf {
|
||||
box: string;
|
||||
conf: NotebookConf;
|
||||
name: string;
|
||||
}
|
||||
|
||||
interface IReslsNotebooks {
|
||||
notebooks: Notebook[];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue