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