diff options
Diffstat (limited to 'types')
| -rw-r--r-- | types/evaluation-form.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/types/evaluation-form.ts b/types/evaluation-form.ts index a57287aa..449b1fa2 100644 --- a/types/evaluation-form.ts +++ b/types/evaluation-form.ts @@ -34,7 +34,7 @@ export interface AttachmentInfo { // 현재 응답 정보 responseId: number | null selectedDetailId: number | null - currentScore: number | null + currentScore: string | null currentComment: string | null // 📎 첨부파일 정보 추가 |
