Type Alias TranslationResponse
TranslationResponse: {
contents: { text: string; translated: string; translation: string };
success: { total: number };
}
Type Declaration
contents: { text: string; translated: string; translation: string }
success: { total: number }
Type definition for translation response data, inferred from the Zod schema