Interface UpdateProjectV2ItemFieldValuePayload

Source
Expand description

Payload interface for the updateProjectV2ItemFieldValue mutation result.

remarks

Represents the wrapper containing the project item that was updated.

interface UpdateProjectV2ItemFieldValuePayload {
    projectV2Item: ProjectV2Item | null;
}

Properties§

§projectV2Item: ProjectV2Item | null

The project item that had its number field updated