크리에이터 채널 페이지 추가
This commit is contained in:
21
SodaLive/Sources/Report/ReportRequest.swift
Normal file
21
SodaLive/Sources/Report/ReportRequest.swift
Normal file
@@ -0,0 +1,21 @@
|
||||
//
|
||||
// ReportRequest.swift
|
||||
// SodaLive
|
||||
//
|
||||
// Created by klaus on 2023/08/11.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
struct ReportRequest: Encodable {
|
||||
let type: ReportType
|
||||
let reason: String
|
||||
let reportedMemberId: Int?
|
||||
let cheersId: Int?
|
||||
let audioContentId: Int?
|
||||
}
|
||||
|
||||
enum ReportType: String, Codable {
|
||||
case PROFILE, USER, CHEERS, AUDIO_CONTENT
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user