@shortcut/client
    Preparing search index...

    Interface StoryHistoryChangeAddsRemovesInt

    Task IDs that have been added or removed from the Story.

    interface StoryHistoryChangeAddsRemovesInt {
        adds?: number[];
        removes?: number[];
    }
    Index

    Properties

    Properties

    adds?: number[]

    The values that have been added.

    removes?: number[]

    The values that have been removed