export interface UserDTO { username: string; email: string; password: string; recaptcha: string; }