using Application.Abstractions.Messaging; namespace Application.Features.Admin.Channel.ExpConfig.Update; public sealed record Command( int ChatXpPerMessage, int DonationXpPerAmount, int ChatXpSessionLimit, int MinContentLength, int RateLimitSec, int LeaderboardSize, int CrownTopN, bool UxShowLeaderboard, bool UxShowMyXpBadge ) : ICommand;