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

import Foundation

public struct UsagePlanWebTableComparison: Codable, Equatable {
    public var tableSections: [TableSection]

    public init(tableSections: [TableSection]) {
        self.tableSections = tableSections
    }
}
