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

import Foundation
import Get
import URLQueryEncoder

extension Paths.Comment {
    public var user: User {
        User(path: path + "/user")
    }

    public struct User {
        /// Path: `/api/comment/user`
        public let path: String
    }
}
