twilio / twilio-node

Node.js helper library
MIT License
1.39k stars 509 forks source link

Path error for interfaces file in 4.7.0 #909

Closed wliumelb closed 1 year ago

wliumelb commented 1 year ago

Got this error when using typescript.

node_modules/twilio/lib/rest/api/v2010/account/availablePhoneNumberCountry/local.d.ts:6:41 - error TS2307: Cannot find module '../../../../../../src/interfaces' or its corresponding type declarations.

6 import { PhoneNumberCapabilities } from "../../../../../../src/interfaces";