Files
notificationServer/src/socket/dto/sendMessage.dto.ts
Amirhossein Mahmoodi afb25635df update
2024-07-29 16:27:56 +03:30

6 lines
91 B
TypeScript

export class SendMessageDto {
clientsId: string[];
message: string;
event: string;
}