Package-level declarations

Types

Link copied to clipboard
@Serializable
data class EXIHealthMetric(val id: Int? = null, val userId: String? = null, val healthMetricId: MetricId? = null, val value: Double? = null, val loggedAt: String? = null, val week: Int? = null, val monday: String? = null, val source: String? = null, val metric: EXIMetric? = null)
Link copied to clipboard
@Serializable
data class EXIHealthMetricsTranslation(val locale: String? = null, val name: String? = null, val shortDescription: String? = null, val longDescription: String? = null)
Link copied to clipboard
@Serializable
data class EXIMetric(val id: MetricId? = null, val unit: String? = null, val minValue: Int? = null, val maxValue: Int? = null, val progressType: String? = null, val translations: List<EXIHealthMetricsTranslation> = listOf(), val translation: EXIHealthMetricsTranslation? = null)