import type * as Vital from "../index.js"; export interface GroupedFallResponse { /** For each matching provider or lab, a list of grouped timeseries values. */ groups: Record; /** The cursor for fetching the next page, or `null` if there is no more data. */ next?: string; /** The cursor for fetching the next page, or `null` if there is no more data. */ nextCursor?: string; }