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

import Foundation
import Get
import URLQueryEncoder

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

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

        /// Get Internal Video Status
        public var get: Request<Void> {
            Request(path: path, method: "GET", id: "studio_api_video_api_get_internal_video_status")
        }
    }
}
