MCPcopy
hub / github.com/Bistutu/FluentRead / YoudaoResponse

Interface YoudaoResponse

entrypoints/service/youdao.ts:5–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import CryptoJS from 'crypto-js';
4
5interface YoudaoResponse {
6 errorCode: string;
7 translation: string[];
8 basic?: {
9 explains: string[];
10 };
11}
12
13async function youdao(message: any): Promise<string> {
14 // 检查必需的配置

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected