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

import Foundation
import Get
import URLQueryEncoder

extension Paths.Contests {
    public var contest: Contest {
        Contest(path: path + "/contest")
    }

    public struct Contest {
        /// Path: `/api/contests/contest`
        public let path: String
    }
}
