export interface MarketBoardPurchase { itemId: number; quantity: number; } //# sourceMappingURL=MarketBoardPurchase.d.ts.map