/** * @example * { * nextCursor: "next_cursor", * limit: 1 * } */ export interface AggregateGetTaskHistoryForContinuousQueryRequest { nextCursor?: string; limit?: number; }