diff --git a/src/stores/branch/types.ts b/src/stores/branch/types.ts index 7cedf929..4e231fd1 100644 --- a/src/stores/branch/types.ts +++ b/src/stores/branch/types.ts @@ -64,6 +64,6 @@ export type BranchUserStats = { id: string; nameEN: string; name: string; - count: 0; + count: number; isHeadOffice: boolean; };