pub async fn repo_check_team(
configuration: &Configuration,
owner: &str,
repo: &str,
team: &str,
) -> Result<Team, Error<RepoCheckTeamError>>
pub async fn repo_check_team(
configuration: &Configuration,
owner: &str,
repo: &str,
team: &str,
) -> Result<Team, Error<RepoCheckTeamError>>