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

import Foundation
import Get
import URLQueryEncoder

extension Paths.VideoGen {
    public var text: Text {
        Text(path: path + "/text")
    }

    public struct Text {
        /// Path: `/api/video_gen/text`
        public let path: String
    }
}
