feat: add address text en
This commit is contained in:
parent
2ee0e97953
commit
f90ee41a56
2 changed files with 18 additions and 9 deletions
|
|
@ -124,10 +124,13 @@ type UserCreate = {
|
|||
telephoneNo: string;
|
||||
|
||||
subDistrictText?: string | null;
|
||||
subDistrictTextEN?: string | null;
|
||||
subDistrictId?: string | null;
|
||||
districtText?: string | null;
|
||||
districtTextEN?: string | null;
|
||||
districtId?: string | null;
|
||||
provinceText?: string | null;
|
||||
provinceTextEN?: string | null;
|
||||
provinceId?: string | null;
|
||||
|
||||
selectedImage?: string;
|
||||
|
|
@ -192,10 +195,13 @@ type UserUpdate = {
|
|||
selectedImage?: string;
|
||||
|
||||
subDistrictText?: string | null;
|
||||
subDistrictTextEN?: string | null;
|
||||
subDistrictId?: string | null;
|
||||
districtText?: string | null;
|
||||
districtTextEN?: string | null;
|
||||
districtId?: string | null;
|
||||
provinceText?: string | null;
|
||||
provinceTextEN?: string | null;
|
||||
provinceId?: string | null;
|
||||
|
||||
branchId?: string | string[];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue