Update API pour bulle

This commit is contained in:
2025-09-28 21:14:53 +02:00
parent fa9b7bce43
commit 7b1d82ac1c
2 changed files with 10 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
using MareSynchronos.API.Data;
namespace MareSynchronos.API.Dto.User;
public record TypingStateDto(UserData User, bool IsTyping);