mirror of
https://github.com/hexastack/hexabot
synced 2024-12-02 00:54:56 +00:00
feat: add analytics intervention event
This commit is contained in:
parent
431bdb4e8c
commit
f1c5209deb
1
api/types/event-emitter.d.ts
vendored
1
api/types/event-emitter.d.ts
vendored
@ -95,6 +95,7 @@ declare module '@nestjs/event-emitter' {
|
|||||||
passation: Subscriber;
|
passation: Subscriber;
|
||||||
'fallback-local': BlockFull;
|
'fallback-local': BlockFull;
|
||||||
'fallback-global': EventWrapper<any, any>;
|
'fallback-global': EventWrapper<any, any>;
|
||||||
|
intervention: Subscriber;
|
||||||
}
|
}
|
||||||
>;
|
>;
|
||||||
chatbot: TDefinition<
|
chatbot: TDefinition<
|
||||||
|
Loading…
Reference in New Issue
Block a user