feat(backend): add WebSocket wire message DTOs

This commit is contained in:
meelstorm
2026-07-17 17:36:47 +00:00
committed by EugeneTes
parent b17a845ff7
commit 2c21dcfdf9
2 changed files with 47 additions and 0 deletions

View File

@@ -12,4 +12,8 @@
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.6.2" />
</ItemGroup>
<ItemGroup>
<InternalsVisibleTo Include="Backend.Tests" />
</ItemGroup>
</Project>