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

import Foundation

public struct VoteRequest: Codable, Equatable {
    public var styleIndex: Int

    public init(styleIndex: Int) {
        self.styleIndex = styleIndex
    }
}
