refactor: เพิ่ม type
This commit is contained in:
parent
41e896b98f
commit
015673032b
1 changed files with 3 additions and 0 deletions
|
|
@ -33,6 +33,9 @@ export type Branch = {
|
|||
telephoneNo: string;
|
||||
lineId: string;
|
||||
contact: BranchContact[];
|
||||
_count:{
|
||||
branch:number
|
||||
}
|
||||
};
|
||||
|
||||
export type BranchWithChildren = Branch & { branch: Branch[] };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue