Opportunity quasi fini

This commit is contained in:
2026-06-08 15:56:13 +02:00
parent a4ae624777
commit fb0af73a0b
57 changed files with 435 additions and 1275 deletions
+1 -1
View File
@@ -16,6 +16,6 @@ export interface GetStaffDto {
profession?: string | null;
email?: string | null;
f4T2NumberApproval?: string | null;
f4T2ExpirationDate?: string;
f4T2ExpirationDate?: Date | null;
}