fix: เเก้ เอา th ออก

This commit is contained in:
Net 2024-04-05 17:19:39 +07:00
parent c019ec6a7e
commit 684f619168

View file

@ -10,7 +10,7 @@ export interface SubDistrict {
districtId: string;
zipCode: string;
nameEN: string;
nameTH: string;
name: string;
id: string;
}
@ -21,7 +21,7 @@ export interface District {
createdBy: string;
provinceId: string;
nameEN: string;
nameTH: string;
name: string;
id: string;
}
@ -31,7 +31,7 @@ export interface Province {
createdAt: string;
createdBy: string;
nameEN: string;
nameTH: string;
name: string;
id: string;
}