แสดงไฟล์หลักฐารชำระเงิน

This commit is contained in:
Kittapath 2023-04-09 03:01:04 +07:00
parent fd1b08461a
commit f03c8a8f10
3 changed files with 61 additions and 37 deletions

View file

@ -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
}