Providers & Contact fini
This commit is contained in:
@@ -11,6 +11,10 @@
|
||||
|
||||
export interface GetStaffDto {
|
||||
id?: number;
|
||||
firstName?: string | null;
|
||||
lastName?: string | null;
|
||||
profession?: string | null;
|
||||
email?: string | null;
|
||||
f4T2NumberApproval?: string | null;
|
||||
f4T2ExpirationDate?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user