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

3 lines
114 B
C#

namespace Moonlight.Shared.Http.Responses.Auth;
public record SchemeResponse(string Name, string DisplayName);