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