export interface IBasicAccountDTO { id: string; selectedNamespace: string; }