This commit is contained in:
Vanessa 2022-12-02 17:37:29 +08:00
parent 3247769115
commit 8a9a570b0e
3 changed files with 4 additions and 1 deletions

View file

@ -513,6 +513,7 @@ declare interface IFile {
}
declare interface IBlockTree {
box: string,
nodeType: string,
hPath: string,
subType: string,