export default interface IIndexedCustomerPromiseToPurchase { customer_id: string; customer_name: string; has_active_promise: boolean; has_active_bank: boolean; associated_promise_ids: Record; updated_at: number | null; updated_by: string; created_at: number | null; created_by: string; bank_types: string[]; promise_unique_id: string; }>; last_updated_at?: number | null; creation_reps: string[]; update_reps: string[]; }