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

import Foundation
import Get
import URLQueryEncoder

extension Paths {
    public static var ably: Ably {
        Ably(path: "/api/ably")
    }

    public struct Ably {
        /// Path: `/api/ably`
        public let path: String
    }
}
