fix: reorganization of files and folders

This commit is contained in:
Davidson Gomes
2024-04-12 17:22:11 -03:00
parent eb04c3f113
commit 94f5c130bf
33 changed files with 73 additions and 51 deletions

View File

@@ -1,7 +0,0 @@
export class ChamaaiDto {
enabled: boolean;
url: string;
token: string;
waNumber: string;
answerByAudio: boolean;
}