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

    Properties

    created_at: string
    id: number
    message: string
    status: "success"
    translated_url: string