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

import Foundation
import Get
import URLQueryEncoder

extension Paths {
    public static var chat: Chat {
        Chat(path: "/api/chat")
    }

    public struct Chat {
        /// Path: `/api/chat`
        public let path: String
    }
}
