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

import Foundation
import Get
import URLQueryEncoder

extension Paths {
    public static var c: C {
        C(path: "/api/c")
    }

    public struct C {
        /// Path: `/api/c`
        public let path: String
    }
}
