ReorderResult interface
Represents a reorder result for a work item.
Properties
id | The ID of the work item that was reordered. |
order | The updated order value of the work item that was reordered. |
Property Details
id
The ID of the work item that was reordered.
id: number
Property Value
number
order
The updated order value of the work item that was reordered.
order: number
Property Value
number