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

import Foundation
import Get
import URLQueryEncoder

extension Paths {
    public static var tags: Tags {
        Tags(path: "/api/tags")
    }

    public struct Tags {
        /// Path: `/api/tags`
        public let path: String
    }
}
