@shortcut/client
    Preparing search index...

    Interface StoryHistoryChangeAddsRemovesUuid

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

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

    Properties

    Properties

    adds?: string[]

    The values that have been added.

    removes?: string[]

    The values that have been removed