1pub use crate::prelude::*; 2 3#[derive(Debug, Clone, Serialize, Deserialize, PartialEq, Eq, Hash)] 4pub struct Timestamp(pub String);