mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2026-01-13 15:22:32 -06:00
feat: Added rabbitmq to send events
This commit is contained in:
4
src/whatsapp/dto/rabbitmq.dto.ts
Normal file
4
src/whatsapp/dto/rabbitmq.dto.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export class RabbitmqDto {
|
||||
enabled: boolean;
|
||||
events?: string[];
|
||||
}
|
||||
Reference in New Issue
Block a user