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

import Foundation

public struct ShouldShowVideoCoverHookNotificationResponse: Codable, Equatable {
    public var shouldShow: Bool

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