ประกาศผล
This commit is contained in:
parent
855a514d52
commit
7af273ad08
3 changed files with 330 additions and 14 deletions
|
|
@ -39,5 +39,19 @@ interface ResEvaluator {
|
|||
topic: string;
|
||||
type: string;
|
||||
}
|
||||
interface ResResults {
|
||||
commanderHighId: string | null;
|
||||
commanderId: string | null;
|
||||
createdAt: string;
|
||||
evaluationResults: string;
|
||||
evaluationStatus: string;
|
||||
evaluatorId: string;
|
||||
firstname: string;
|
||||
id: string;
|
||||
kpiPeriodId: string;
|
||||
lastname: string;
|
||||
prefix: string;
|
||||
profileId: string;
|
||||
}
|
||||
|
||||
export type { ResRound, ResDataCapacity, ResEvaluator };
|
||||
export type { ResRound, ResDataCapacity, ResEvaluator, ResResults };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue