4 lines
49 B
TypeScript
4 lines
49 B
TypeScript
declare type AnvilNodeStatus = {
|
|
on: 0 | 1;
|
|
};
|
declare type AnvilNodeStatus = {
|
|
on: 0 | 1;
|
|
};
|