5 lines
118 B
C#

namespace DigitalData.UserManager.Application.DTOs.Auth
{
public record AuthCheckDto (bool IsAuthenticated);
}