summaryrefslogtreecommitdiff
path: root/types
diff options
context:
space:
mode:
Diffstat (limited to 'types')
-rw-r--r--types/evaluation-form.ts10
1 files changed, 10 insertions, 0 deletions
diff --git a/types/evaluation-form.ts b/types/evaluation-form.ts
index 449b1fa2..39b34bcd 100644
--- a/types/evaluation-form.ts
+++ b/types/evaluation-form.ts
@@ -139,4 +139,14 @@ export interface EvaluationDetailResponse {
reviewersWithAttachments: number
questionsWithAttachments: number
}
+
+ // ๐Ÿ”„ ์กฐ์„ /ํ•ด์–‘ ์ทจํ•ฉ ์ •๋ณด (๋™์‹œ ํ‰๊ฐ€์ธ ๊ฒฝ์šฐ)
+ consolidatedInfo?: {
+ shipbuildingScore: number | null
+ shipbuildingGrade: string | null
+ offshoreScore: number | null
+ offshoreGrade: string | null
+ consolidatedScore: number | null // 50% ๋ฐ˜์˜ ์ทจํ•ฉ ์ ์ˆ˜
+ consolidatedGrade: string | null // ์ทจํ•ฉ ๋“ฑ๊ธ‰
+ }
} \ No newline at end of file