import type * as Vital from "../index.js"; export interface LabTestResourcesResponse { data: Vital.ClientFacingLabTest[]; /** The cursor for fetching the next page, or `null` to fetch the first page. */ nextCursor?: string; }