Type Alias QuoteCurrencyName

QuoteCurrencyName: Toman | Tether
const toman: QuoteCurrencyName = 'Toman'; // 'Toman'
const tether: QuoteCurrencyName = 'Tether'; // 'Tether'
const invalid: QuoteCurrencyName = 'invalid'; // Error