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

import Foundation

public struct CreateJamStationResponse: Codable, Equatable {
    public var stationId: String

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