UI => IDP
This commit is contained in:
parent
311ff2d15c
commit
d9ff26ac4a
7 changed files with 1198 additions and 396 deletions
|
|
@ -67,6 +67,11 @@ interface ItemTab {
|
|||
label: string;
|
||||
}
|
||||
|
||||
interface DataItemsDevelopment {
|
||||
value: string;
|
||||
label: string;
|
||||
}
|
||||
|
||||
export type {
|
||||
Pagination,
|
||||
DataOption,
|
||||
|
|
@ -80,4 +85,5 @@ export type {
|
|||
ItemTab,
|
||||
DataOptionEducation,
|
||||
DataOptionEducationLevel,
|
||||
DataItemsDevelopment,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue