export interface Account { id?: string; permissions: Array; role: string; }