mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-20 20:32:23 -06:00
init project evolution api
This commit is contained in:
4
src/whatsapp/dto/webhook.dto.ts
Normal file
4
src/whatsapp/dto/webhook.dto.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export class WebhookDto {
|
||||
enabled?: boolean;
|
||||
url?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user