export interface ISignupOptions { email?: string username: string password?: string lang?: string repeatPassword?: string }