/*
* BTCPay Greenfield API
*
* A full API to use your BTCPay Server
*
* The version of the OpenAPI document: v1
*
* Generated by: https://openapi-generator.tech
*/
/// TimeSpanSeconds : A span of times in seconds
pub type TimeSpanSeconds = u16;
/*
#[derive(Clone, Debug, PartialEq, Default, Serialize, Deserialize)]
pub struct TimeSpanSeconds {
}
impl TimeSpanSeconds {
/// A span of times in seconds
pub fn new() -> TimeSpanSeconds {
TimeSpanSeconds {
}
}
}*/