//! Copyright (C) Call of Nil contributors //! SPDX-License-Identifier: AGPL-3.0-only import { Gold } from './Gold'; export type MarketPriceTable = { food: Gold; iron: Gold; stone: Gold; wood: Gold; };