From cd643da089a1fdb71e6784a745edb763e251fa1d Mon Sep 17 00:00:00 2001 From: Net <93821485+somnetsak123@users.noreply.github.com> Date: Mon, 8 Jul 2024 09:09:21 +0700 Subject: [PATCH] =?UTF-8?q?refactor:=E0=B9=80=E0=B8=9E=E0=B8=B4=E0=B9=88?= =?UTF-8?q?=E0=B8=A1=20type?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/stores/customer/types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/stores/customer/types.ts b/src/stores/customer/types.ts index bbc1ec58..c7e46fbf 100644 --- a/src/stores/customer/types.ts +++ b/src/stores/customer/types.ts @@ -4,6 +4,7 @@ import { Status } from '../types'; export type CustomerType = 'CORP' | 'PERS'; export type Customer = { + registeredBranchId: string; imageUrl: string; id: string; code: string;