using LiteCqrs; using TeleWave.Application.Common.Models; namespace TeleWave.Application.Streaming.GetPublicEpg; public sealed record GetPublicEpgQuery(string Slug, DateTimeOffset FromUtc, DateTimeOffset ToUtc) : IQuery>>;