API รับทุนการศึกษา/ฝึกอบรม

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-04-05 16:31:36 +07:00
parent 7c5cf3794b
commit d42e421f14
8 changed files with 1912 additions and 178 deletions

View file

@ -55,6 +55,13 @@ interface DataPerson {
[key: string]: any;
}
interface ItemsDownload {
label: string;
value: string;
icon: string;
color: string;
}
export type {
DataOption,
DataOptionCheckBox,
@ -62,4 +69,5 @@ export type {
NewPagination,
FormFilter,
DataPerson,
ItemsDownload
};