import type * as Extend from "../index"; /** * Pauses the workflow for human review in the dashboard. * * See the [Human Review step docs](https://docs.extend.ai/2026-02-09/product/workflows/configuring-workflows-via-api#human-review-step). */ export interface HumanReviewStepDefinition { name: string; next?: Extend.SimpleNextEntry[]; }