vos_core/schema/environment/
mod.rs

1use super::*;
2
3#[derive(Clone, Debug, Serialize, Deserialize)]
4pub struct Environment {
5    host: Url,
6}