fix: type
This commit is contained in:
parent
e48946d4e7
commit
12a5f618bb
2 changed files with 3 additions and 1 deletions
|
|
@ -24,6 +24,7 @@ export type CustomerBranch = {
|
|||
legalPersonNo: string;
|
||||
name: string;
|
||||
nameEN: string;
|
||||
code: string;
|
||||
customerId: string;
|
||||
taxNo: string;
|
||||
registerName: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue