From 0728f0a3ffaa185dd874827b3d181549639a6c23 Mon Sep 17 00:00:00 2001 From: Net <93821485+somnetsak123@users.noreply.github.com> Date: Wed, 12 Jun 2024 16:22:10 +0700 Subject: [PATCH] =?UTF-8?q?fix:=20=E0=B9=81=E0=B8=81=E0=B9=89=20type=20=20?= =?UTF-8?q?CustomerBranch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/stores/customer/types.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/stores/customer/types.ts b/src/stores/customer/types.ts index b605d20b..0f73c0c9 100644 --- a/src/stores/customer/types.ts +++ b/src/stores/customer/types.ts @@ -55,6 +55,9 @@ export type CustomerBranch = { province: Province; district: District; subDistrict: SubDistrict; + _count: { + employee: number; + }; }; export type CustomerBranchCreate = {