fix: BranchUserStats type
This commit is contained in:
parent
ac367f0649
commit
42e9b2abe7
1 changed files with 1 additions and 0 deletions
|
|
@ -65,4 +65,5 @@ export type BranchUserStats = {
|
||||||
nameEN: string;
|
nameEN: string;
|
||||||
name: string;
|
name: string;
|
||||||
count: 0;
|
count: 0;
|
||||||
|
isHeadOffice: boolean;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue