Organization interface representing a GitHub organization.
Contains the project V2 that matches the specified project number.
interface Organization { projectV2: ProjectV2 | null;}
projectV2: ProjectV2 | null
The GitHub Project V2 within the organization
Organization interface representing a GitHub organization.