import { IGrowthFundOffer } from '../domain/IGrowthFundOffer'; export interface IGrowthFundOfferTable { fetchByGameId(gameId: string): Promise; }