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

import Foundation

public struct MobileExploreSectionsSchema: Codable {
    public var sections: [MobileExploreSectionSchema]

    public init(sections: [MobileExploreSectionSchema]) {
        self.sections = sections
    }
}
