Skip to main content

asana/model/
team_base.rs

1use serde::{Serialize, Deserialize};
2use super::TeamCompact;
3pub type TeamBase = TeamCompact;