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

import Foundation
import Get
import URLQueryEncoder

extension Paths.Video.InternalGenerate.WithClipId.`Type` {
    public func videoType(_ videoType: String) -> WithVideoType {
        WithVideoType(path: "\(path)/\(videoType)")
    }

    public struct WithVideoType {
        /// Path: `/api/video/internal-generate/{clip_id}/type/{video_type}`
        public let path: String
    }
}
