Staff terminé

This commit is contained in:
2026-06-08 14:31:52 +02:00
parent 9885e4ee85
commit a4ae624777
9 changed files with 166 additions and 51 deletions
@@ -15,6 +15,6 @@ export interface CreateStaffDto {
profession?: string | null;
email?: string | null;
f4T2NumberApproval?: string | null;
f4T2ExpirationDate?: dateFns;
f4T2ExpirationDate?: Date | null;
}
@@ -23,7 +23,6 @@ export const MethodImplAttributes = {
NUMBER_42: 4,
NUMBER_8: 8,
NUMBER_16: 16,
NUMBER_32: 32,
NUMBER_64: 64,
NUMBER_128: 128,
NUMBER_256: 256,