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