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

import Foundation
import Get
import URLQueryEncoder

extension Paths {
    public static var v2: V2 {
        V2(path: "/api/v2")
    }

    public struct V2 {
        /// Path: `/api/v2`
        public let path: String
    }
}
