LWT JavaScript API
    Preparing search index...

    Response for term translation operations.

    interface TermTranslationResponse {
        add?: string;
        error?: string;
        term_id?: number;
        term_lc?: string;
        update?: string;
    }
    Index

    Properties

    add?: string
    error?: string
    term_id?: number
    term_lc?: string
    update?: string