vot.js - v2.4.12
    Preparing search index...
    type TranslationFailedResponse = {
        created_at: string;
        id: number;
        message: string;
        provider: VOTTypes.VOTBackendType.TranslationProvider;
        status: "failed";
        translated_url: null;
    }
    Index

    Properties

    created_at: string
    id: number
    message: string
    status: "failed"
    translated_url: null