sodalive-ios/SodaLive/Sources/Content/Curation/GetCurationContentResponse....

12 lines
210 B
Swift

//
// GetCurationContentResponse.swift
// SodaLive
//
// Created by klaus on 2023/09/27.
//
struct GetCurationContentResponse: Decodable {
let totalCount: Int
let items: [GetAudioContentMainItem]
}