BirthdayType

public enum BirthdayType : String, Codable

스토리 프로필의 생일 타입

  • 양력

    Declaration

    Swift

    case Solar = "SOLAR"
  • 음력

    Declaration

    Swift

    case Lunar = "LUNAR"