Expand description
interface ProjectV2Item {
fieldValueByName: ProjectV2ItemFieldValue | null;
id: string;
}Properties§
§§
field Value By Name: ProjectV2ItemFieldValue | nullThe field value associated with the specified field name, can be a number or date
id: stringThe unique identifier of the project item
Project item interface representing an item in a GitHub Project V2.