Type alias PostNewBoxSensor

PostNewBoxSensor: {
    icon?: string;
    sensorType?: string;
    title: string;
    unit: string;
}

Type declaration

  • Optional icon?: string
  • Optional sensorType?: string
  • title: string
  • unit: string

Generated using TypeDoc