import { WellboreSource } from "./wellboreSource"; export interface WellboreSourceItems { items: Array; /** * The cursor to get the next page of results (if available). */ nextCursor?: string; }