chore: update type to match back-end

This commit is contained in:
Methapon2001 2024-06-07 11:15:44 +07:00
parent 1046117871
commit cf438b4370

View file

@ -85,7 +85,7 @@ export type CustomerUpdate = {
customerType?: CustomerType;
customerName?: string;
customerNameEN?: string;
customerBranch?: CustomerBranchUpdate[];
customerBranch?: CustomerBranchCreate[];
image?: File;
};