kpi พัฒนาตน
This commit is contained in:
parent
a5a006a38f
commit
5065b0df73
3 changed files with 413 additions and 22 deletions
|
|
@ -11,6 +11,11 @@ interface ItemsTab {
|
|||
name: string;
|
||||
}
|
||||
|
||||
interface DataOptionTechnique {
|
||||
label: string;
|
||||
value: string;
|
||||
}
|
||||
|
||||
interface ItemsMenu {
|
||||
label: string;
|
||||
value: string;
|
||||
|
|
@ -84,4 +89,5 @@ export type {
|
|||
ItemsTab,
|
||||
OptionCheckbox,
|
||||
DataAchievement,
|
||||
DataOptionTechnique
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue