Den is the private cloud vault for your reminders, calendars and to-dos.
at main 9 lines 155 B view raw
1namespace Den.Application.Auth; 2 3public record MeResponse( 4 string Id, 5 string Username, 6 string DisplayName, 7 string Email, 8 string Role 9);