@sheerid/jslib
    Preparing search index...

    Type Alias DocUploadResponse

    DocUploadResponse: {
        currentStep: "docUpload";
        errorIds?: [ErrorId];
        estimatedReviewTime?: EstimatedReviewTime;
        maxReviewTime?: MaxReviewTime;
        rejectionReasons?: RejectionReasons[];
        submissionUrl: string;
        verificationId: DatabaseId;
    } & WithLocaleAndCountryAndSegment

    Response from REST API indicating that DocUploadRequest is expected to be submitted next.