Confluence.js - Cloud and Server API library
    Preparing search index...

    Interface ChangedValue

    interface ChangedValue {
        name: string;
        newValue: string;
        oldValue: string;
    }
    Index

    Properties

    name: string
    newValue: string
    oldValue: string