LWT JavaScript API
    Preparing search index...

    Response for import articles operation.

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

    Properties

    errors: string[]
    imported: number
    success: boolean