import { WellTops } from "./wellTops"; export interface WellTopItems { items: Array; /** * Cursor to get the next page of results (if available). */ nextCursor?: string; }