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