feat: add address text en

This commit is contained in:
Methapon2001 2025-07-16 09:44:46 +07:00
parent 2ee0e97953
commit f90ee41a56
2 changed files with 18 additions and 9 deletions

View file

@ -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[];