Skip to main content

asana/model/
section_base.rs

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