anvil/striker-ui/types/AnvilNodeStatus.d.ts

4 lines
49 B
TypeScript
Raw Normal View History

2021-02-16 22:50:01 +00:00
declare type AnvilNodeStatus = {
on: 0 | 1;
};