This commit is contained in:
Amirhossein Mahmoodi
2024-07-29 16:27:56 +03:30
parent 5af4d291b2
commit afb25635df
4 changed files with 10 additions and 10 deletions

View File

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