feat: add branch children type
This commit is contained in:
parent
20ecd04859
commit
2b5e99ceae
1 changed files with 2 additions and 0 deletions
|
|
@ -29,6 +29,8 @@ export type Branch = {
|
|||
code: string;
|
||||
};
|
||||
|
||||
export type BranchWithChildren = Branch & { branch: Branch[] };
|
||||
|
||||
export type BranchCreate = {
|
||||
taxNo: string;
|
||||
nameEN: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue