pub async fn repo_list_teams(
configuration: &Configuration,
owner: &str,
repo: &str,
) -> Result<Vec<Team>, Error<RepoListTeamsError>>
pub async fn repo_list_teams(
configuration: &Configuration,
owner: &str,
repo: &str,
) -> Result<Vec<Team>, Error<RepoListTeamsError>>