Expand description

Project item interface representing an item in a GitHub Project V2.

remarks

Contains the identifier of the project item that was updated.

interface ProjectV2Item {
    id: string;
}

Properties§

§id: string

The unique identifier of the project item