แบบประเมิน => tab อื่นๆ
This commit is contained in:
parent
7361a3d903
commit
7f5c887e29
5 changed files with 320 additions and 20 deletions
|
|
@ -26,4 +26,18 @@ interface capacityDetails {
|
|||
level: string;
|
||||
}
|
||||
|
||||
export type { ResRound, ResDataCapacity };
|
||||
interface ResEvaluator {
|
||||
createdAt: string;
|
||||
createdFullName: string;
|
||||
createdUserId: string;
|
||||
id: string;
|
||||
kpiUserEvaluationId: string;
|
||||
lastUpdateFullName: string;
|
||||
lastUpdateUserId: string;
|
||||
lastUpdatedAt: string;
|
||||
reason: string;
|
||||
topic: string;
|
||||
type: string;
|
||||
}
|
||||
|
||||
export type { ResRound, ResDataCapacity, ResEvaluator };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue