using LiteCqrs; using PnvPanel.Application.Common.Models; namespace PnvPanel.Application.Admin.Inbounds; public sealed record PublishInboundCommand( Guid InboundId, bool IsPublished, string? DisplayName, IReadOnlyList AllowedRoleIds ) : ICommand>;