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