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

import Foundation

public struct PendingBatchesResponse: Codable, Equatable {
    public var batchIds: [IdWithType]

    public init(batchIds: [IdWithType]) {
        self.batchIds = batchIds
    }
}
