Type Alias QuoteCurrency

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