ต่อ API
This commit is contained in:
parent
daa78078a2
commit
c776d4e7f1
10 changed files with 105 additions and 103 deletions
|
|
@ -24,4 +24,12 @@ interface RequestAddressObject {
|
|||
registrationAddress: string | null;
|
||||
}
|
||||
|
||||
export type { RequestObject ,RequestAddressObject};
|
||||
interface RequestregistrationAddressObject {
|
||||
registrationZipCode: string | null;
|
||||
registrationSubDistrictId: string | null;
|
||||
registrationDistrictId: string | null;
|
||||
registrationProvinceId: string | null;
|
||||
registrationAddress: string | null;
|
||||
}
|
||||
|
||||
export type { RequestObject ,RequestAddressObject,RequestregistrationAddressObject};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue