Interface AddProjectV2ItemByIDPayload

Source
Expand description

Payload interface for the addProjectV2ItemById mutation result.

remarks

Represents the wrapper containing the project item that was added.

interface AddProjectV2ItemByIDPayload {
    item: ProjectV2Item | null;
}

Properties§

§item: ProjectV2Item | null

The project item that was added to the project