femto-backend/Femto.Api/Controllers/Auth/SignupResponse.cs
2025-05-14 23:53:00 +02:00

3 lines
No EOL
98 B
C#

namespace Femto.Api.Controllers.Auth;
public record SignupResponse(Guid UserId, string Username);