Interface StoryHistoryChangeOldNewBool

True if the Story has archived, otherwise false.

interface StoryHistoryChangeOldNewBool {
    new?: boolean;
    old?: boolean;
}

Properties

Properties

new?: boolean

The new value.

old?: boolean

The old value.