import { Identifier } from "./identifier"; export interface TimeMeasurementFilter { measurementTypes?: Array; wellboreIds?: Array; }