รายการลาออก

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-05-23 16:34:22 +07:00
parent a50177bf5c
commit db18eadc6c
3 changed files with 415 additions and 388 deletions

View file

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