Fin opportunity

This commit is contained in:
2026-06-09 13:31:05 +02:00
parent fb0af73a0b
commit 5faef46663
10 changed files with 241 additions and 12 deletions
@@ -14,5 +14,10 @@ export interface GetCommunicationDto {
calling?: string | null;
email?: string | null;
meeting?: string | null;
contactId?: number;
contactFirstName?: string | null;
contactLastName?: string | null;
contactEmail?: string | null;
contactPhoneNumber?: string | null;
}