Interface Organization

Source
Expand description

Organization interface representing a GitHub organization.

remarks

Contains the project V2 that matches the specified project number.

interface Organization {
    projectV2: ProjectV2 | null;
}

Properties§

§projectV2: ProjectV2 | null

The GitHub Project V2 within the organization