ทะเบียนประวัติ: ข้อมูลที่อยู่ (history, การ fetch ข้อมูล)
This commit is contained in:
parent
569ab2931a
commit
cc90c26942
5 changed files with 129 additions and 229 deletions
|
|
@ -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 };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue