feat(main-home): 추천 홈 데이터 계층을 추가한다
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import Foundation
|
||||
|
||||
struct FollowRecommendedCreatorsRequest: Encodable {
|
||||
let creatorIds: [Int]?
|
||||
}
|
||||
Reference in New Issue
Block a user