fix(api): update comment

This commit is contained in:
yassinedorbozgithub 2024-10-25 12:27:55 +01:00
parent 801841fb13
commit 8c0c1c9a1f

View File

@ -177,7 +177,7 @@ declare module '@nestjs/event-emitter' {
user: TDefinition<User, { lastvisit: Subscriber }>;
}
/* entities hooks that has schema */
/* entities hooks having schemas */
type IHookEntities = keyof Omit<
IHookEntityOperationMap,
keyof IHookOperationMap