This commit is contained in:
Alan Mosko
2023-07-24 19:53:03 -03:00
parent be7bb2e39f
commit ef4be6a612
3 changed files with 13 additions and 2 deletions

View File

@@ -1,7 +1,8 @@
export class CreateGroupDto {
subject: string;
description?: string;
participants: string[];
description?: string;
promoteParticipants?: boolean;
}
export class GroupPictureDto {