Represents a reorder result for a work item.

interface ReorderResult {
    id?: number;
    order?: number;
}

Properties

Properties

id?: number

The ID of the work item that was reordered.

order?: number

The updated order value of the work item that was reordered.