유형 스크립트 인터페이스, 함수 및 네임스페이스의 이름이 모두 동일합니다.어떤 것이 수출되고 있습니까? Typescript 정의 파일(확실히)Typed) 검사 중입니다. 인터페이스, 함수 및 네임스페이스가 모두 동일합니다.twilio. 다음은 파일의 처음 몇 줄에 있는 샘플입니다. declare interface twilio { (sid?: string, tkn?: string, options?: twilio.ClientOptions): twilio.RestClient } declare function twilio(sid?: string, tkn?: string, options?: twilio.ClientOptions): twilio.RestClient; declare namespace twilio { ..