Expand description
interface Organization {
login: string;
teams: TeamConnection;
}Properties§
§§
login: stringThe login name of the organization
teams: TeamConnectionThe connection containing all teams in this organization
Organization interface representing a GitHub organization.