Skip to content

DatabaseOperation = "find" | "find-one" | "count" | "update-one" | "insert-one" | "remove-one" | "aggregate" | "insert-many" | "delete-many" | "find-one-and-update" | "find-one-and-delete" | "distinct" | "validate"

Type for database operations that can trigger a callback