update
This commit is contained in:
parent
46533bbd62
commit
15d3ac574d
128 changed files with 347 additions and 322 deletions
15
src/modules/04_registryPerson/interface/response/Address.ts
Normal file
15
src/modules/04_registryPerson/interface/response/Address.ts
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
interface ResponseObject {
|
||||
registrationAddress: string | null;
|
||||
registrationProvinceId: string | null;
|
||||
registrationDistrictId: string | null;
|
||||
registrationSubDistrictId: string | null;
|
||||
registrationZipCode: string | null;
|
||||
currentAddress: string | null;
|
||||
currentProvinceId: string | null;
|
||||
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