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

import Foundation
import Get
import URLQueryEncoder

extension Paths.Gen {
    public func genId(_ genId: String) -> WithGenId {
        WithGenId(path: "\(path)/\(genId)")
    }

    public struct WithGenId {
        /// Path: `/api/gen/{gen_id}`
        public let path: String
    }
}
