@arcmantle/library
    Preparing search index...
    interface Change {
        newValue?: any;
        oldValue?: any;
        path: string;
    }
    Index

    Properties

    newValue?: any
    oldValue?: any
    path: string