export interface User { pseudo?: string, username: string, password?: string }