interface IndexesDiff {
    toCreate: any[];
    toDrop: any[];
}

Properties

Properties

toCreate: any[]

Indexes that would be created in mongodb.

toDrop: any[]

Indexes that would be dropped in mongodb.