ui k api
This commit is contained in:
parent
7b23975c58
commit
178feb304c
8 changed files with 515 additions and 5 deletions
|
|
@ -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 };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue