export interface IAccountView { label: string; metadata: { [key: string]: string | null; } | null; name: string; reference: string; }