diff --git a/plugins/mongoose-audit/types/index.d.ts b/plugins/mongoose-audit/types/index.d.ts index 32495ac..33a7a57 100644 --- a/plugins/mongoose-audit/types/index.d.ts +++ b/plugins/mongoose-audit/types/index.d.ts @@ -1,6 +1,6 @@ import mongoose from "mongoose"; -type auditType = "add" | "edit" | "delete"; +type auditType = "Add" | "Edit" | "Delete"; interface Audit { entity_id: any;