3 lines
No EOL
98 B
C#
3 lines
No EOL
98 B
C#
namespace Femto.Api.Controllers.Auth;
|
|
|
|
public record SignupResponse(Guid UserId, string Username); |