/** * IDeviceList */ export default interface IDeviceList { device: string; aspectList: string[]; }