Documentation
    Preparing search index...

    Interface SchemaDelta

    interface SchemaDelta {
        added: any[];
        modified: { new: any; old: any }[];
        removed: any[];
    }
    Index

    Properties

    added: any[]
    modified: { new: any; old: any }[]
    removed: any[]