From 42e9b2abe731e266b5dc5755e782c0d7b3b30c80 Mon Sep 17 00:00:00 2001 From: puriphatt Date: Mon, 22 Apr 2024 17:55:04 +0700 Subject: [PATCH] fix: BranchUserStats type --- src/stores/branch/types.ts | 1 + 1 file changed, 1 insertion(+) 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; };