diff options
Diffstat (limited to 'types')
| -rw-r--r-- | types/evaluation-form.ts | 10 |
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 |
