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