femto-backend/Femto.Api/Controllers/Auth/GetUserInfoResult.cs

3 lines
No EOL
119 B
C#

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