Interface StoryHistoryChangeOldNewStr

A timestamp that represents the Story's deadline.

interface StoryHistoryChangeOldNewStr {
    new?: string;
    old?: string;
}

Properties

Properties

new?: string

The new value.

old?: string

The old value.