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