interface TranslateSuccessResponse {
    code: number;
    lang: `${string}-${string}`;
    text: string[];
}

Hierarchy (View Summary)

Properties

Properties

code: number
lang: `${string}-${string}`
text: string[]