Skip to content

Commit

Permalink
✨ FEAT. VoiceType.java 문장 음성 타입 Enum 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
junhaa committed May 1, 2024
1 parent 8bd6b76 commit 6ac781b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/java/fairytale/tbd/domain/voice/enums/VoiceType.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package fairytale.tbd.domain.voice.enums;

public enum VoiceType {
OLD_WOMAN, OLD_MAN, YOUNG_WOMAN, YOUNG_MAN;
}

0 comments on commit 6ac781b

Please sign in to comment.