diff --git a/src/stores/branch/types.ts b/src/stores/branch/types.ts index 4e231fd1..cafecaad 100644 --- a/src/stores/branch/types.ts +++ b/src/stores/branch/types.ts @@ -33,6 +33,9 @@ export type Branch = { telephoneNo: string; lineId: string; contact: BranchContact[]; + _count:{ + branch:number + } }; export type BranchWithChildren = Branch & { branch: Branch[] };