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