Fin opportunity
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user