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

import Foundation
import Get
import URLQueryEncoder

extension Paths.Dm {
    public var direct: Direct {
        Direct(path: path + "/direct")
    }

    public struct Direct {
        /// Path: `/api/dm/direct`
        public let path: String
    }
}
