@sheerid/jslib
    Preparing search index...

    Type Alias PendingResponse

    PendingResponse: {
        currentStep: "pending";
        estimatedReviewTime?: EstimatedReviewTime;
        maxReviewTime?: MaxReviewTime;
        statusUrl: string;
        verificationId: DatabaseId;
    } & WithLocaleAndCountryAndSegment

    Response from REST API. Poll statusUrl for updates while document is reviewed.