@shortcut/client
    Preparing search index...

    Interface StoryHistoryChangeOldNewBool

    True if the Story has archived, otherwise false.

    interface StoryHistoryChangeOldNewBool {
        new?: boolean;
        old?: boolean;
    }
    Index

    Properties

    Properties

    new?: boolean

    The new value.

    old?: boolean

    The old value.