마이페이지 추가
This commit is contained in:
22
SodaLive/Sources/MyPage/MyPageResponse.swift
Normal file
22
SodaLive/Sources/MyPage/MyPageResponse.swift
Normal file
@@ -0,0 +1,22 @@
|
||||
//
|
||||
// MyPageResponse.swift
|
||||
// SodaLive
|
||||
//
|
||||
// Created by klaus on 2023/08/10.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
struct MyPageResponse: Decodable {
|
||||
let nickname: String
|
||||
let profileUrl: String
|
||||
let chargeCan: Int
|
||||
let rewardCan: Int
|
||||
let youtubeUrl: String?
|
||||
let instagramUrl: String?
|
||||
let websiteUrl: String?
|
||||
let blogUrl: String?
|
||||
let liveReservationCount: Int
|
||||
let isAuth: Bool
|
||||
}
|
||||
|
Reference in New Issue
Block a user