import { Distance } from "./distance"; export interface WellHoleSectionFilter { holeSize?: Distance; bitSize?: Distance; /** * Set to `false` to filter on wellbores that don\'t have registered hole sections. */ exists?: boolean; }