import { ContainsAllOrAny } from "./containsAllOrAny"; /** * Filter depth measurements that intersects one of the given well tops. Only available in alpha version. */ export interface DepthMeasurementWellTopsFilter { /** * A list of well top surfaces names. Alpha version, only `containsAny` is supported. */ surfaceNames?: ContainsAllOrAny; }