* update trash layout * cleanup block and yaml playout editors * spacing cleanup * rework multi-collection editor * rework deco template editor * rework template editor
6 lines
157 B
C#
6 lines
157 B
C#
using ErsatzTV.Core;
|
|
|
|
namespace ErsatzTV.Application.Scheduling;
|
|
|
|
public record UpdateDefaultDeco(int PlayoutId, int? DecoId) : IRequest<Option<BaseError>>;
|