using Application.Abstractions.Messaging;
using SharedKernel.Results;
namespace Application.Features.Admin.Channel.YouTubePubSub.ForceOffline;
///
/// 라이브 강제 종료 마킹 (quota 0).
/// Redis ClearLive + SignalR isLive=false 브로드캐스트.
///
public sealed record Command(string YouTubeChannelID) : ICommand;