export type Currency = { symbol: string; code: string; name?: string; };