รายการตรวจสอบเงื่อนไขต่าง ๆ

This commit is contained in:
setthawutttty 2024-02-27 14:52:53 +07:00
parent 16f7d76374
commit 1216fa33e2
2 changed files with 250 additions and 17 deletions

View file

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