UNPKG

fanyi.baidu.com

Version:
4 lines 152 B
declare namespace TRANSLATE { interface Auth { AppID: string, AppSecret: string } interface Result { original: string, translated: string } }