fix: แก้ไข contact: BranchContact[];
This commit is contained in:
parent
544b67c7f4
commit
2d0102eefb
1 changed files with 2 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
import { District, Province, SubDistrict } from '../address';
|
import { District, Province, SubDistrict } from '../address';
|
||||||
|
import { BranchContact } from '../branch-contact/types';
|
||||||
import { Status } from '../types';
|
import { Status } from '../types';
|
||||||
|
|
||||||
export type Branch = {
|
export type Branch = {
|
||||||
|
|
@ -28,6 +29,7 @@ export type Branch = {
|
||||||
taxNo: string;
|
taxNo: string;
|
||||||
id: string;
|
id: string;
|
||||||
code: string;
|
code: string;
|
||||||
|
contact: BranchContact[];
|
||||||
};
|
};
|
||||||
|
|
||||||
export type BranchWithChildren = Branch & { branch: Branch[] };
|
export type BranchWithChildren = Branch & { branch: Branch[] };
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue