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