hrms-mgt/src/modules/14_KPI/interface/request/Main.ts
STW_TTTY\stwtt 178feb304c ui k api
2024-04-05 14:08:20 +07:00

13 lines
253 B
TypeScript

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