본문으로 건너뛰기

SurveyResult

{
/** 성공 여부 */
success: boolean
/** 에러 메시지 */
message?: string
/** 설문 시각 */
registeredAt?: string
}