fix(content): 성인 콘텐츠 설정 동기화와 국가별 인증 분기를 적용한다
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import Foundation
|
||||
|
||||
struct UpdateContentPreferenceRequest: Encodable {
|
||||
let isAdultContentVisible: Bool?
|
||||
let contentType: ContentType?
|
||||
|
||||
var isEmpty: Bool {
|
||||
return isAdultContentVisible == nil && contentType == nil
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user