import Foundation

public struct I18nLanguagesList: Codable {
    public let etag: String
    public let items: [I18nLanguage]