import { Currency } from "./Currency"; export type Currencies = { currencies: Array; };