Interface StoryHistoryChangeOldNewUuid

The Team ID for the Story.

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

Properties

Properties

new?: string

The new value.

uuid

old?: string

The old value.

uuid