Interface IDevice

interface IDevice {
    id: string;
    name: string;
    tags: ITags;
}

Properties

Properties

id: string
name: string
tags: ITags

Generated using TypeDoc