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

import Foundation
import Get
import URLQueryEncoder

extension Paths {
    public static var mobile: Mobile {
        Mobile(path: "/api/mobile")
    }

    public struct Mobile {
        /// Path: `/api/mobile`
        public let path: String
    }
}
