LWT JavaScript API
    Preparing search index...

    Interface CreateTextsResponse

    Response for the create-texts operation.

    interface CreateTextsResponse {
        archived: number;
        created: number;
        error?: string;
        errors: string[];
        success: boolean;
    }
    Index
    archived: number
    created: number
    error?: string
    errors: string[]
    success: boolean