interface รอบการประเมิน
This commit is contained in:
parent
546c56add7
commit
8c0628126e
1 changed files with 13 additions and 1 deletions
|
|
@ -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 };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue