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/workflows/configuring-workflows#human-review). */ export interface HumanReviewStepDefinition { name: string; next?: Extend.SimpleNextEntry[]; }