export interface IUpdateAccountDTO { email: string; roles: string[]; selectedNamespace: string; }