export interface Investor {
  investor_last_name: string;
  investor_first_name: string;
  investor_key_id: string;
}
