รายการตรวจสอบเงื่อนไขต่าง ๆ
This commit is contained in:
parent
16f7d76374
commit
1216fa33e2
2 changed files with 250 additions and 17 deletions
|
|
@ -40,4 +40,17 @@ interface rowFile {
|
|||
pathName: string
|
||||
|
||||
}
|
||||
export type { resMain, ResponseItems, TypeFile, rowFile };
|
||||
|
||||
interface FileList {
|
||||
id: string
|
||||
fileName: string
|
||||
pathName: string
|
||||
|
||||
}
|
||||
|
||||
interface CheckBoxType {
|
||||
label: string
|
||||
value: string
|
||||
|
||||
}
|
||||
export type { resMain, ResponseItems, TypeFile, rowFile,FileList,CheckBoxType };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue