Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
@@ -15,6 +15,6 @@ export interface CreateStaffDto {
|
||||
profession?: string | null;
|
||||
email?: string | null;
|
||||
f4T2NumberApproval?: string | null;
|
||||
f4T2ExpirationDate?: Date | null;
|
||||
f4T2ExpirationDate?: string;
|
||||
}
|
||||
|
||||
|
||||
@@ -16,6 +16,6 @@ export interface GetStaffDto {
|
||||
profession?: string | null;
|
||||
email?: string | null;
|
||||
f4T2NumberApproval?: string | null;
|
||||
f4T2ExpirationDate?: Date | null;
|
||||
f4T2ExpirationDate?: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user