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

import Foundation
import Get
import URLQueryEncoder

extension Paths {
    public static var edit: Edit {
        Edit(path: "/api/edit")
    }

    public struct Edit {
        /// Path: `/api/edit`
        public let path: String
    }
}
