fix: type
This commit is contained in:
parent
16bd9d03c5
commit
b4b6fc75c5
1 changed files with 1 additions and 1 deletions
|
|
@ -64,6 +64,6 @@ export type BranchUserStats = {
|
|||
id: string;
|
||||
nameEN: string;
|
||||
name: string;
|
||||
count: 0;
|
||||
count: number;
|
||||
isHeadOffice: boolean;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue