mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix(api): update comment
This commit is contained in:
parent
801841fb13
commit
8c0c1c9a1f
2
api/src/eventemitter.d.ts
vendored
2
api/src/eventemitter.d.ts
vendored
@ -177,7 +177,7 @@ declare module '@nestjs/event-emitter' {
|
|||||||
user: TDefinition<User, { lastvisit: Subscriber }>;
|
user: TDefinition<User, { lastvisit: Subscriber }>;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* entities hooks that has schema */
|
/* entities hooks having schemas */
|
||||||
type IHookEntities = keyof Omit<
|
type IHookEntities = keyof Omit<
|
||||||
IHookEntityOperationMap,
|
IHookEntityOperationMap,
|
||||||
keyof IHookOperationMap
|
keyof IHookOperationMap
|
||||||
|
Loading…
Reference in New Issue
Block a user