namespace ErsatzTV.Core.Scheduling.YamlScheduling.Models;
public class YamlPlayoutAllInstruction : YamlPlayoutInstruction
{
public string All { get; set; }
}