Type alias DocUploadResponse

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

Type declaration

Description

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