LWT JavaScript API
    Preparing search index...

    Interface ReviewStatusResponse

    Review status update response.

    interface ReviewStatusResponse {
        controls?: string;
        error?: string;
        status?: number;
    }
    Index
    controls?: string
    error?: string
    status?: number