3 lines
107 B
C#
3 lines
107 B
C#
namespace Moonlight.Shared.Http.Responses.Auth;
|
|
|
|
public record ClaimResponse(string Type, string Value); |