@shortcut/client
    Preparing search index...

    Interface StoryHistoryChangeOldNewStr

    A timestamp that represents the Story's deadline.

    interface StoryHistoryChangeOldNewStr {
        new?: string;
        old?: string | null;
    }
    Index

    Properties

    Properties

    new?: string

    The new value.

    old?: string | null

    The old value.