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

5 lines
69 B
TypeScript
Raw Normal View History

declare type AnvilSet = {
anvil_uuid: string;
is_on: boolean;
};