interface รอบการประเมิน

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-04-09 10:33:44 +07:00
parent 546c56add7
commit 8c0628126e

View file

@ -11,4 +11,16 @@ interface FormRound {
endDate: Date | null;
}
export type { FormQueryRound, FormRound };
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 { FormQueryRound, FormRound, FormCompetency };