@shortcut/client
    Preparing search index...

    Interface StoryHistoryChangeOldNewInt

    The estimate value for the Story

    interface StoryHistoryChangeOldNewInt {
        new?: number;
        old?: number;
    }
    Index

    Properties

    Properties

    new?: number

    The new value.

    int64

    old?: number

    The old value.

    int64