fix: type

This commit is contained in:
Methapon2001 2024-07-04 13:14:30 +07:00
parent 16bd9d03c5
commit b4b6fc75c5

View file

@ -64,6 +64,6 @@ export type BranchUserStats = {
id: string;
nameEN: string;
name: string;
count: 0;
count: number;
isHeadOffice: boolean;
};