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

import Foundation

public struct UpdateHookWatchHistoryRequest: Codable, Equatable {
    public var hookIdsToTimesListened: [String: Int]

    public init(hookIdsToTimesListened: [String: Int]) {
        self.hookIdsToTimesListened = hookIdsToTimesListened
    }
}
