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

3 lines
102 B
C#

namespace Moonlight.Shared.Http.Responses.Auth;
public record ClaimDto(string Type, string Value);