Files
Moonlight/Moonlight.Shared/Http/Responses/Auth/LoginResponse.cs

6 lines
120 B
C#

namespace Moonlight.Shared.Http.Responses.Auth;
public class LoginResponse
{
public string Token { get; set; }
}