export interface IAccountDTO { id: string; email: string; roles: string[]; createdAt: Date; updatedAt: Date; invitePending: boolean; selectedNamespace: string; }