This commit is contained in:
STW_TTTY\stwtt 2024-08-07 14:53:23 +07:00
parent b5d4c507da
commit 338476928a
2 changed files with 234 additions and 20 deletions

View file

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