6 lines
101 B
Swift
6 lines
101 B
Swift
import Foundation
|
|
|
|
struct FollowRecommendedCreatorsRequest: Encodable {
|
|
let creatorIds: [Int]?
|
|
}
|