@shortcut/client
    Preparing search index...

    Interface StoryHistoryChangeOldNewUuid

    The Team ID for the Story.

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

    Properties

    Properties

    new?: string

    The new value.

    uuid

    old?: string

    The old value.

    uuid