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

    Type Alias TranslationFailedResponse

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