This commit is contained in:
Amirhossein Mahmoodi
2024-07-29 16:03:34 +03:30
parent 0ad17d2c8c
commit d09567d9d5
19 changed files with 9443 additions and 194 deletions

View File

@@ -0,0 +1,5 @@
export class SendMessageDto {
auth: string[];
data: any;
event: string;
}