LWT JavaScript API
    Preparing search index...

    Interface ImportResponse

    Response for import articles operation.

    interface ImportResponse {
        errors: string[];
        imported: number;
        success: boolean;
    }
    Index
    errors: string[]
    imported: number
    success: boolean