Expand description
interface Team {
id: string;
name: string;
projectsV2: ProjectV2Connection;
repositories: TeamRepositoryConnection;
}Properties§
§§§§
id: stringThe unique identifier of the team
name: stringThe name of the team
projects V 2: ProjectV2ConnectionThe connection to Project V2 items associated with this team
repositories: TeamRepositoryConnectionThe connection to repositories that this team manages
Team interface representing a GitHub team.