Interface StoryHistoryChangeOldNewInt

The estimate value for the Story

interface StoryHistoryChangeOldNewInt {
    new?: number;
    old?: number;
}

Properties

Properties

new?: number

The new value.

int64

old?: number

The old value.

int64