Staff PT1

This commit is contained in:
2026-06-07 19:06:19 +02:00
parent 0d156faead
commit 9885e4ee85
13 changed files with 253 additions and 9 deletions
@@ -15,6 +15,6 @@ export interface CreateStaffDto {
profession?: string | null;
email?: string | null;
f4T2NumberApproval?: string | null;
f4T2ExpirationDate?: string;
f4T2ExpirationDate?: dateFns;
}