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

import Foundation
import Get
import URLQueryEncoder

extension Paths.Generate {
    public var clip: Clip {
        Clip(path: path + "/clip")
    }

    public struct Clip {
        /// Path: `/api/generate/clip`
        public let path: String
    }
}
