타입스크립트 컴파일 에러가 납니다

.
.
Angular.
npm로 1.2.5.


tosspayments.d.ts
import { RequestPaymentResult } from './payment/requestPayment';
에 RequestPaymentResult.

'"./payment/requestPayment"' has no exported member named 'RequestPaymentResult'. Did you mean 'requestPayment'?ts(2724)
.

.
Was this page helpful?