API รับทุนการศึกษา/ฝึกอบรม
This commit is contained in:
parent
7c5cf3794b
commit
d42e421f14
8 changed files with 1912 additions and 178 deletions
|
|
@ -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
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue