import { HoleSectionGroupIngestion } from "./holeSectionGroupIngestion"; /** * A collection of hole section groups ingestion. */ export interface HoleSectionGroupsIngestionItems { items: Array; }