ขออัปเดตข้อมูลจากกรมการปกครอง

This commit is contained in:
setthawutttty 2024-10-11 15:42:38 +07:00
parent 189347832c
commit c49d222a3f
10 changed files with 2155 additions and 14 deletions

View file

@ -11,4 +11,17 @@ interface RequestObject {
registrationAddress: string | null;
}
export type { RequestObject };
interface RequestAddressObject {
currentZipCode: string | null;
currentSubDistrictId: string | null;
currentDistrictId: string | null;
currentProvinceId: string | null;
currentAddress: string | null;
registrationZipCode: string | null;
registrationSubDistrictId: string | null;
registrationDistrictId: string | null;
registrationProvinceId: string | null;
registrationAddress: string | null;
}
export type { RequestObject ,RequestAddressObject};

View file

@ -37,6 +37,8 @@ interface DateRequest {
remark: string;
status: string;
topic: string;
profileId?: string;
idcard?: string;
}
interface DataProfile {