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

import Foundation

public struct UpdateHookWatchHistoryResponse: Codable, Equatable {
    public var success: Bool

    public init(success: Bool) {
        self.success = success
    }
}
