3 lines
109 B
C#
3 lines
109 B
C#
namespace Moonlight.Shared.Http.Responses.Auth;
|
|
|
|
public record SchemeDto(string Name, string DisplayName); |