This commit is contained in:
Daniel 2024-09-27 11:38:53 +08:00
parent 357d1fd22c
commit ccc09569e0
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
3 changed files with 8 additions and 4 deletions

View file

@ -668,6 +668,7 @@ interface IBlock {
name?: string;
memo?: string;
alias?: string;
tag?: string;
refs?: IBlock[];
children?: IBlock[]
length?: number