Interface StoryHistoryChangeAddsRemovesInt

Task IDs that have been added or removed from the Story.

interface StoryHistoryChangeAddsRemovesInt {
    adds?: number[];
    removes?: number[];
}

Properties

Properties

adds?: number[]

The values that have been added.

removes?: number[]

The values that have been removed