pub type TeamInfo = Team;Available on crate features
async_routes and dbx_sharing 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.