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