femto-backend/Femto.Api/Controllers/Posts/Dto/PostReactionDto.cs

3 lines
No EOL
114 B
C#

namespace Femto.Api.Controllers.Posts.Dto;
public record PostReactionDto(string Emoji, int Count, bool DidReact);