This commit is contained in:
STW_TTTY\stwtt 2024-04-05 14:08:20 +07:00
parent 7b23975c58
commit 178feb304c
8 changed files with 515 additions and 5 deletions

View file

@ -1 +1,13 @@
export type {};
interface FormCompetency {
competencyType: string;
competencyName: string;
definition: string;
level_1: string;
level_2: string;
level_3: string;
level_4: string;
level_5: string;
evaluation: string;
}
export type { FormCompetency };