sodalive-ios/SodaLive/Sources/Content/Playlist/Create/PlaylistContentIdAndOrder.s...

12 lines
182 B
Swift

//
// PlaylistContentIdAndOrder.swift
// SodaLive
//
// Created by klaus on 12/8/24.
//
struct PlaylistContentIdAndOrder: Encodable {
let contentId: Int
let order: Int
}