import { WellTopsIngestion } from "./wellTopsIngestion"; /** * A collection of well tops ingestions. */ export interface WellTopIngestionItems { items: Array; }