interface DeviceOptionWithDefault {
    content: string;
    indexDeviceOptionWithDefault: boolean;
    key: string;
    label: string;
    type: string;
    value: string;
}

Properties

content: string
indexDeviceOptionWithDefault: boolean
key: string
label: string
type: string
value: string