Interface Currency

A currency

interface Currency {
    name: string;
    symbol: string;
}

Properties

Properties

name: string

The name of the currency

symbol: string

The symbol of the currency