Interface AddAssigneesToAssignablePayload

Source
Expand description

Payload interface for the addAssigneesToAssignable mutation result.

remarks

Represents the wrapper containing the assignable entity after adding assignees.

interface AddAssigneesToAssignablePayload {
    assignable: Assignable | null;
}

Properties§

§assignable: Assignable | null

The assignable entity (pull request) that received the assignees