import type * as Vital from "../index.js"; export interface BulkOpsResponse { data: Vital.BulkOp[]; nextCursor?: string; }