Preparing search index...

    Interface Delta

    interface Delta {
        updates: Update[];
        context?: Context;
    }
    Index
    updates: Update[]
    context?: Context