import type * as Vital from "../index.js"; export interface ParsingJob { id: string; jobId: string; status: Vital.ParsingJobStatus; data?: Vital.ParsedLabReportData; needsHumanReview: boolean; isReviewed: boolean; }