Expand description

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

remarks

Contains the item's identifier and field values (number or date).

interface ProjectV2Item {
    fieldValueByName: ProjectV2ItemFieldValue | null;
    id: string;
}

Properties§

§fieldValueByName: ProjectV2ItemFieldValue | null

The field value associated with the specified field name, can be a number or date

§id: string

The unique identifier of the project item