ประกาศผล

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-07-09 15:52:41 +07:00
parent 855a514d52
commit 7af273ad08
3 changed files with 330 additions and 14 deletions

View file

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