interface DeleteSprint {
    sprintId: number;
}

Properties

Properties

sprintId: number

The ID of the sprint to delete.