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

import Foundation

public struct SongifyDeleteVideoRequest: Codable, Equatable {
    public var videoId: String

    public init(videoId: String) {
        self.videoId = videoId
    }
}
