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

import Foundation

public struct WaveformAggregateResponse: Codable, Equatable {
    public var waveformAggregates: [WaveformAggregateSchema]

    public init(waveformAggregates: [WaveformAggregateSchema]) {
        self.waveformAggregates = waveformAggregates
    }
}
