Type de customer ajouté

This commit is contained in:
2026-06-10 21:40:37 +02:00
parent d498a521a4
commit a1e7330463
4 changed files with 7 additions and 2 deletions
@@ -13,5 +13,6 @@ export interface GetCustomerDto {
id?: number;
note?: string | null;
customerTypeId?: number;
customerType?: string | null;
}
+1 -1
View File
@@ -16,6 +16,6 @@ export interface GetStaffDto {
profession?: string | null;
email?: string | null;
f4T2NumberApproval?: string | null;
f4T2ExpirationDate?: string;
f4T2ExpirationDate?: Date | null;
}