Response.cs 116 B

123
  1. namespace Application.Features.Api.Feed.ToggleCommentLike;
  2. public sealed record Response(bool HasLike, int Likes);