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

import Foundation
import Get
import URLQueryEncoder

extension Paths.Video.InternalGenerate.WithClipId {
    public var type: `Type` {
        `Type`(path: path + "/type")
    }

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