interface DeleteComponent {
    id: string;
    moveIssuesTo?: string;
}

Properties

Properties

id: string

The ID of the component.

moveIssuesTo?: string

The ID of the component to replace the deleted component. If this value is null no replacement is made.