UNPKG

i18n-ai-translate

Version:

Use LLMs to translate your i18n JSON to any language.

8 lines (6 loc) 227 B
import type ChatInterface from "../chat_interface/chat_interface"; export default interface Chats { generateTranslationChat: ChatInterface; verifyTranslationChat: ChatInterface; verifyStylingChat: ChatInterface; }