แสดงไฟล์หลักฐารชำระเงิน
This commit is contained in:
parent
fd1b08461a
commit
f03c8a8f10
3 changed files with 61 additions and 37 deletions
|
|
@ -99,11 +99,12 @@ interface zipCodeOption {
|
|||
zipCode: string | null
|
||||
}
|
||||
|
||||
interface uploadType {
|
||||
id: String
|
||||
fileName: String
|
||||
interface UploadType {
|
||||
id: string
|
||||
fileName: string
|
||||
fileSize: number
|
||||
fileType: String
|
||||
fileType: string
|
||||
detail: string
|
||||
}
|
||||
|
||||
interface ExamCard {
|
||||
|
|
@ -308,5 +309,5 @@ export type {
|
|||
zipCodeOption,
|
||||
Occupation,
|
||||
ExamCard,
|
||||
uploadType
|
||||
UploadType
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue