femto-backend/Femto.Api/Controllers/Auth/RefreshUserResult.cs
2025-05-19 09:23:20 +02:00

3 lines
No EOL
119 B
C#

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