diff --git a/src/stores/branch/types.ts b/src/stores/branch/types.ts index 180c97ca..b914933d 100644 --- a/src/stores/branch/types.ts +++ b/src/stores/branch/types.ts @@ -29,6 +29,8 @@ export type Branch = { code: string; }; +export type BranchWithChildren = Branch & { branch: Branch[] }; + export type BranchCreate = { taxNo: string; nameEN: string;