fix: BranchUserStats type

This commit is contained in:
puriphatt 2024-04-22 17:55:04 +07:00
parent ac367f0649
commit 42e9b2abe7

View file

@ -65,4 +65,5 @@ export type BranchUserStats = {
nameEN: string;
name: string;
count: 0;
isHeadOffice: boolean;
};