refactor: add type name

This commit is contained in:
Net 2024-08-28 17:33:54 +07:00 committed by Methapon Metanipat
parent e863ed2580
commit 4b6feae65e

View file

@ -107,6 +107,7 @@ export type CustomerBranchCreate = {
statusSave?: boolean;
file?: {
name?: string;
group?: string;
url?: string;
file?: File;