refactor(home): 추천 데이터 계층을 정리한다

This commit is contained in:
Yu Sung
2026-06-26 22:32:36 +09:00
parent 6b5176eba7
commit 5757705b12
8 changed files with 218 additions and 143 deletions

View File

@@ -0,0 +1,5 @@
import Foundation
struct FollowRecommendedCreatorsRequest: Encodable {
let creatorIds: [Int]?
}