Meldbase TypeScript API
    Preparing search index...

    Interface MutationResult

    interface MutationResult {
        matchedCount: number;
        modifiedCount: number;
    }
    Index
    matchedCount: number
    modifiedCount: number