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

import Foundation
import Get
import URLQueryEncoder

extension Paths.Unified {
    public var items: Items {
        Items(path: path + "/items")
    }

    public struct Items {
        /// Path: `/api/unified/items`
        public let path: String
    }
}
