import { HoleSectionGroup } from "./holeSectionGroup"; /** * A collection of hole section groups. */ export interface HoleSectionGroupsItems { items: Array; /** * The cursor to get the next page of results (if available). */ nextCursor?: string; }