parent
a3a4e4c72d
commit
24e4509c8d
2 changed files with 6 additions and 2 deletions
@ -1,4 +1,5 @@ |
|||||||
declare type AnvilMemory = { |
declare type AnvilMemory = { |
||||||
total: number; |
total: number; |
||||||
allocated: number; |
allocated: number; |
||||||
|
reserved: number; |
||||||
}; |
}; |
||||||
|
Loading…
Reference in new issue