nx-workspace?
import {OrderType } from 'binance-api-node';
async function bootstrap() {
const type = OrderType.LIMIT;
// ^
// TypeError: Cannot read property 'LIMIT' of undefined
console.log(type);
}
bootstrap();
Может путь не кореектный для импорта?
Обсуждают сегодня