import Foundation

public struct I18nRegionsList: Codable {
    public let etag: String
    public let items: [I18nRegion]