anvil/striker-ui/types/AnvilNodeStatus.d.ts
2021-06-04 12:11:48 -04:00

4 lines
49 B
TypeScript

declare type AnvilNodeStatus = {
on: 0 | 1;
};