export interface WellCasingFilter { /** * Set to `false` to filter on wellbores that don\'t have any casings. */ exists?: boolean; }