import { IGrowthFundPurchase } from '../domain/IGrowthFundPurchase'; export interface IGrowthFundPurchaseTable { fetchByPing(ping: string): Promise; }