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

import Foundation
import Get
import URLQueryEncoder

extension Paths.Discover {
    public var sections: Sections {
        Sections(path: path + "/sections")
    }

    public struct Sections {
        /// Path: `/api/discover/sections`
        public let path: String
    }
}
