translate - v1.0.8
    Preparing search index...
    interface TranslateSuccessResponse {
        code: number;
        lang: `${string}-${string}`;
        text: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

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