useresponse
    Preparing search index...

    Interface ChangelogAction

    interface ChangelogAction {
        change_id?: string;
        field?: string;
        previous?: string;
        value?: string;
    }
    Index

    Properties

    change_id?: string
    field?: string
    previous?: string
    value?: string