@shortcut/client
    Preparing search index...

    Interface StoryHistoryChangeOldNewStr

    A timestamp that represents the Story's deadline.

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

    Properties

    Properties

    new?: string

    The new value.

    old?: null | string

    The old value.