5 lines
69 B
TypeScript
5 lines
69 B
TypeScript
|
declare type AnvilSet = {
|
||
|
anvil_uuid: string;
|
||
|
is_on: boolean;
|
||
|
};
|