mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-24 22:27:46 -06:00
init project evolution api
This commit is contained in:
4
src/whatsapp/dto/instance.dto.ts
Normal file
4
src/whatsapp/dto/instance.dto.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export class InstanceDto {
|
||||
instanceName: string;
|
||||
webhook?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user