โครงการ => Tab การติดตามประเมินผล

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-04-11 16:26:54 +07:00
parent ef8a853af1
commit 99faf68c66
4 changed files with 541 additions and 183 deletions

View file

@ -0,0 +1,20 @@
interface DevelopmentEvaluations {
calculation: string;
createdAt: string;
createdFullName: string;
createdUserId: string;
developmentId: string;
id: string;
indicators: string;
lastUpdateFullName: string;
lastUpdateUserId: string;
lastUpdatedAt: string;
measuRement: string;
metricType: string;
obstacles: string;
results: string;
suggestions: string;
target: number | null;
}
export type { DevelopmentEvaluations };