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

5 lines
69 B
TypeScript

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