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