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

import Foundation

public struct ToggleShowRemixesSpec: Codable, Equatable {
    public var showRemix: Bool

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