export interface TimeMeasurementColumn { /** * The CDF external id of the timeseries containing the measurement data. */ timeseriesExternalId: string; unit: string; measurementType: string; }