4 lines
96 B
C#
4 lines
96 B
C#
namespace Knot.Modules.Chats.Application.DTOs;
|
|
|
|
public record TogglePinResponse(bool IsPinned);
|