udpate api.ts

This commit is contained in:
frostime 2023-08-15 23:29:23 +08:00
parent 548f80a46f
commit 1f199a6dcf
2 changed files with 74 additions and 40 deletions

6
src/types/api.d.ts vendored
View file

@ -1,3 +1,9 @@
interface IResGetNotebookConf {
box: string;
conf: NotebookConf;
name: string;
}
interface IReslsNotebooks {
notebooks: Notebook[];
}