mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-20 20:32:23 -06:00
feat: Added configuration of events by webhook of instances
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
export class WebhookDto {
|
||||
enabled?: boolean;
|
||||
url?: string;
|
||||
events?: string[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user