AI
AIGIT · AI 工具站
aigit.cc
首页
精品推荐
AI成品工具
提示词
返回 JoyAI-Echo
types.d.ts
根目录
/
echo_longvideo
/
Director_Agent
/
bridge
/
src
/
types.d.ts
1
declare module 'qrcode-terminal' {
2
export function generate(text: string, options?: { small?: boolean }): void;
3
}
4
4 lines
TYPESCRIPT