refactor: edit type

This commit is contained in:
Net 2024-08-27 12:54:34 +07:00 committed by Methapon Metanipat
parent 254710321b
commit 8ac40234ce

View file

@ -106,7 +106,11 @@ export type CustomerBranchCreate = {
registerCompanyName: string;
statusSave?: boolean;
file?: File[];
file?: {
group?: string;
url?: string;
file?: File;
}[];
// id?: string;
// code?: string;