vot.js - v2.4.18
    Preparing search index...

    Type Alias TranslationSuccessResponse

    type TranslationSuccessResponse = {
        created_at: string;
        id: number;
        message: string;
        provider: VOTTypes.VOTBackendType.TranslationProvider;
        status: "success";
        translated_url: string;
    }
    Index
    created_at: string
    id: number
    message: string
    status: "success"
    translated_url: string