LWT JavaScript API
    Preparing search index...

    Interface BookMutationResponse

    Envelope returned by DELETE /books/{id} and the progress update.

    interface BookMutationResponse {
        error?: string;
        message?: string;
        success: boolean;
    }
    Index
    error?: string
    message?: string
    success: boolean