Project V2 interface representing a GitHub Project (version 2).
Contains the unique identifier of the project.
interface ProjectV2 { id: string;}
id: string
The unique identifier of the project
Project V2 interface representing a GitHub Project (version 2).