interface MergeVersions {
    id: string;
    moveIssuesTo: string;
}

Properties

Properties

id: string

The ID of the version to delete.

moveIssuesTo: string

The ID of the version to merge into.