ทะเบียนประวัติ: ข้อมูลที่อยู่ (history, การ fetch ข้อมูล)

This commit is contained in:
puriphatt 2024-03-28 15:49:33 +07:00
parent 569ab2931a
commit cc90c26942
5 changed files with 129 additions and 229 deletions

View file

@ -1,5 +1,4 @@
interface ResponseObject {
id: string;
registrationAddress: string | null;
registrationProvinceId: string | null;
registrationDistrictId: string | null;
@ -10,6 +9,7 @@ interface ResponseObject {
currentDistrictId: string | null;
currentSubDistrictId: string | null;
currentZipCode: string | null;
id: string;
}
export type { ResponseObject };