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 = {