// Generated by Create API
// https://github.com/CreateAPI/CreateAPI

import Foundation

public struct SimilarCreatorsRequestV2: Codable, Equatable {
    public var handle: String

    public init(handle: String) {
        self.handle = handle
    }
}
