feat: Reporting

This commit is contained in:
2026-02-09 16:47:46 +01:00
parent 0f48c24009
commit 7090595505
3 changed files with 70 additions and 1 deletions

View File

@@ -91,7 +91,7 @@ pub struct DailyData {
#[serde(rename = "takesPlace")]
pub takes_place: String,
#[serde(rename = "reservedRooms")]
pub reserved_rooms: Vec<String>,
pub reserved_rooms: Vec<Option<String>>,
}
#[derive(Deserialize, Debug, uniffi::Record, Clone)]