useserde::{Deserialize, Serialize};pubuse chrono;pubuseindexmap::IndexSet;pubuse serde_json;/// An empty object (e.g., `{}` in a JSON request/response body).
////// Note that this type ignores any unexpected fields during deserialization.
#[derive(Clone, Copy, Debug, Deserialize, PartialEq, Eq, Serialize)]pubstructEmptyModel{}