Staff terminé
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user