interface IDeviceDto {
    deviceId: string;
    enabled: boolean;
    physicalDeviceId: string;
}

Properties

deviceId: string
enabled: boolean
physicalDeviceId: string