pub type TeamInfo = Team;Available on crate features
dbx_sharing and sync_routes only.Aliased Type§
pub struct TeamInfo {
pub id: String,
pub name: String,
}Fields§
§id: StringThe team’s unique ID.
name: StringThe name of the team.