using Application.Abstractions.Messaging; namespace Application.Features.Api.Faq.Item.GetByCode { public sealed record Query(string? Code) : IQuery<Response>; }