ต่อapiคนสมัครกรอกข้อมูลสมัครสอบ

This commit is contained in:
Kittapath 2023-03-25 01:07:18 +07:00
parent f74972e5ec
commit b7a91fa326
16 changed files with 567 additions and 522 deletions

View file

@ -77,25 +77,25 @@ interface Address {
provinceId: string
districtId: string
subdistrictId: string
code: number
code?: number | null
addressC: string
provinceIdC: string
districtIdC: string
subdistrictIdC: string
codeC: number
codeC?: number | null
same: string
}
interface DataOption {
id: string
name: string
zipCode?: string
zipCode?: number | null
}
interface zipCodeOption {
id: string
name: string
zipCode: string
zipCode: string | null
}
interface ExamCard {