kpi พัฒนาตน

This commit is contained in:
STW_TTTY\stwtt 2024-07-17 16:17:11 +07:00
parent a5a006a38f
commit 5065b0df73
3 changed files with 413 additions and 22 deletions

View file

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