feat: Added rabbitmq to send events

This commit is contained in:
Davidson Gomes
2023-08-02 17:28:52 -03:00
parent 24c880343b
commit e05c48979d
18 changed files with 414 additions and 7 deletions

View File

@@ -75,6 +75,11 @@ export declare namespace wa {
events?: string[];
};
export type LocalRabbitmq = {
enabled?: boolean;
events?: string[];
};
export type StateConnection = {
instance?: string;
state?: WAConnectionState | 'refused';