รายการลาออก
This commit is contained in:
parent
a50177bf5c
commit
db18eadc6c
3 changed files with 415 additions and 388 deletions
|
|
@ -36,21 +36,26 @@ interface TypeFile {
|
|||
}
|
||||
|
||||
interface rowFile {
|
||||
fileName: string
|
||||
pathName: string
|
||||
|
||||
fileName: string;
|
||||
pathName: string;
|
||||
}
|
||||
|
||||
interface FileList {
|
||||
id: string
|
||||
fileName: string
|
||||
pathName: string
|
||||
|
||||
id: string;
|
||||
fileName: string;
|
||||
pathName: string;
|
||||
title: string;
|
||||
}
|
||||
|
||||
interface CheckBoxType {
|
||||
label: string
|
||||
value: string
|
||||
|
||||
label: string;
|
||||
value: string;
|
||||
}
|
||||
export type { resMain, ResponseItems, TypeFile, rowFile,FileList,CheckBoxType };
|
||||
export type {
|
||||
resMain,
|
||||
ResponseItems,
|
||||
TypeFile,
|
||||
rowFile,
|
||||
FileList,
|
||||
CheckBoxType,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue