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

9 lines
183 B
TypeScript
Raw Normal View History

type APICommandInquireHostResponseBody = {
hostName: string;
hostOS: string;
hostUUID: string;
isConnected: boolean;
isInetConnected: boolean;
isOSRegistered: boolean;
};