const irt: QuoteCurrency = 'IRT'; // 'IRT'const usdt: QuoteCurrency = 'USDT'; // 'USDT'const invalid: QuoteCurrency = 'invalid'; // Error Copy
const irt: QuoteCurrency = 'IRT'; // 'IRT'const usdt: QuoteCurrency = 'USDT'; // 'USDT'const invalid: QuoteCurrency = 'invalid'; // Error
Example