Type alias UpdateBoxSensorNew

UpdateBoxSensorNew: {
    icon: string;
    new: true;
    sensorType: string;
    title: string;
    unit: string;
}

Type declaration

  • icon: string
  • new: true
  • sensorType: string
  • title: string
  • unit: string

Generated using TypeDoc