export default class User { username: string roles: Array cname?: string email?: string birthDate?: string address?: string }