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

import Foundation

public struct ToggleRemixesSpec: Codable, Equatable {
    public var canRemix: Bool

    public init(canRemix: Bool) {
        self.canRemix = canRemix
    }
}
