import { TrajectoryInterpolationRequest } from "./trajectoryInterpolationRequest"; export interface TrajectoryInterpolationRequestItems { items: Array; /** * Ignore wellbores that don\'t have a definitive trajectory. */ ignoreMissingTrajectories?: boolean; /** * Ignore measured depths that are outside the trajectory range. */ ignoreUnknownMeasuredDepths?: boolean; }