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

import Foundation
import Get
import URLQueryEncoder

extension Paths.Video.Hooks {
    public var fromClip: FromClip {
        FromClip(path: path + "/from_clip")
    }

    public struct FromClip {
        /// Path: `/api/video/hooks/from_clip`
        public let path: String
    }
}
