Expand description

Project V2 interface representing a GitHub Project (version 2).

remarks

Contains the unique identifier of the project.

interface ProjectV2 {
    id: string;
}

Properties§

§id: string

The unique identifier of the project