Interface StoryHistoryChangeAddsRemovesUuid

Custom Field Enum Value IDs that have been added or removed from the Story.

interface StoryHistoryChangeAddsRemovesUuid {
    adds?: string[];
    removes?: string[];
}

Properties

Properties

adds?: string[]

The values that have been added.

removes?: string[]

The values that have been removed