From 8ac40234ce7d69e305edbed050092ac0c20f0d61 Mon Sep 17 00:00:00 2001 From: Net Date: Tue, 27 Aug 2024 12:54:34 +0700 Subject: [PATCH] refactor: edit type --- src/stores/customer/types.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/stores/customer/types.ts b/src/stores/customer/types.ts index c87dd427..3fa7693b 100644 --- a/src/stores/customer/types.ts +++ b/src/stores/customer/types.ts @@ -106,7 +106,11 @@ export type CustomerBranchCreate = { registerCompanyName: string; statusSave?: boolean; - file?: File[]; + file?: { + group?: string; + url?: string; + file?: File; + }[]; // id?: string; // code?: string;