This commit is contained in:
Amirhossein Mahmoodi
2024-07-29 16:15:53 +03:30
parent d09567d9d5
commit 5af4d291b2
5 changed files with 49 additions and 55 deletions

View File

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