diff --git a/src/stores/branch/types.ts b/src/stores/branch/types.ts index 45d7488b..6e957a07 100644 --- a/src/stores/branch/types.ts +++ b/src/stores/branch/types.ts @@ -65,4 +65,5 @@ export type BranchUserStats = { nameEN: string; name: string; count: 0; + isHeadOffice: boolean; };