Project item interface representing an item in a GitHub Project V2.
Contains the identifier of the project item that was updated.
interface ProjectV2Item { id: string;}
id: string
The unique identifier of the project item
Project item interface representing an item in a GitHub Project V2.