sodalive-ios/SodaLive/Sources/Content/Main/V2/GetContentCurationResponse....

12 lines
205 B
Swift

//
// GetContentCurationResponse.swift
// SodaLive
//
// Created by klaus on 2/21/25.
//
struct GetContentCurationResponse: Decodable {
let title: String
let items: [GetAudioContentMainItem]
}