using Application.Abstractions.Messaging; namespace Application.Features.Popup.Delete { public sealed record Command(int[] IDs) : ICommand; }