EventType
@abimongo/core / EventType
Type Alias: EventType
EventType =
"pre-save"|"post-save"|"pre-update"|"post-update"|"pre-delete"|"post-delete"|"aggregate"|"disconnect"|"connect"|"dropDatabase"|"createIndex"|"dropIndex"|"create"|"find"|"findOne"|"insertOne"|"insertMany"|"updateOne"|"updateMany"|"deleteOne"|"deleteMany"
Defined in: core/src/types/event.type.ts:4
Represents the types of events supported by Abimongo.