Type alias Currency

Currency: {
    code: string;
    countryCode?: string;
    name: string;
    symbol: string;
}

Type declaration

  • code: string
  • Optional countryCode?: string
  • name: string
  • symbol: string