kpi
This commit is contained in:
parent
b5d4c507da
commit
338476928a
2 changed files with 234 additions and 20 deletions
|
|
@ -78,6 +78,11 @@ interface DataAchievement {
|
|||
detail: string;
|
||||
}
|
||||
|
||||
interface ProjectYearOp {
|
||||
id: string;
|
||||
year: number;
|
||||
projectName: string;
|
||||
}
|
||||
export type {
|
||||
DataOption,
|
||||
ItemsMenu,
|
||||
|
|
@ -89,5 +94,6 @@ export type {
|
|||
ItemsTab,
|
||||
OptionCheckbox,
|
||||
DataAchievement,
|
||||
DataOptionTechnique
|
||||
ProjectYearOp,
|
||||
DataOptionTechnique,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue