Skip to content
This repository has been archived by the owner on May 19, 2024. It is now read-only.

Commit

Permalink
[WEAV-77] 최신화
Browse files Browse the repository at this point in the history
  • Loading branch information
waterfogSW committed Jan 29, 2024
1 parent aae5550 commit f512066
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import com.studentcenter.weave.domain.enum.Gender
import com.studentcenter.weave.domain.enum.Mbti
import com.studentcenter.weave.domain.enum.SocialLoginProvider
import com.studentcenter.weave.domain.vo.BirthYear
import com.studentcenter.weave.domain.vo.Major
import com.studentcenter.weave.domain.vo.MajorName
import com.studentcenter.weave.domain.vo.Nickname
import com.studentcenter.weave.domain.vo.University
import com.studentcenter.weave.domain.vo.UniversityName
import com.studentcenter.weave.support.common.vo.Email

fun interface UserRegisterUseCase {
Expand All @@ -20,8 +20,8 @@ fun interface UserRegisterUseCase {
val gender: Gender,
val mbti: Mbti,
val birthYear: BirthYear,
val university: University,
val major: Major
val university: UniversityName,
val major: MajorName
)

sealed class Result {
Expand Down

0 comments on commit f512066

Please sign in to comment.