refactor: เพิ่ม type

This commit is contained in:
Net 2024-07-10 10:24:31 +07:00
parent 41e896b98f
commit 015673032b

View file

@ -33,6 +33,9 @@ export type Branch = {
telephoneNo: string;
lineId: string;
contact: BranchContact[];
_count:{
branch:number
}
};
export type BranchWithChildren = Branch & { branch: Branch[] };