/** * A terminal step that triggers webhook delivery of the workflow results. * * See the [Webhook Response step docs](https://docs.extend.ai/2026-02-09/workflows/configuring-workflows#webhook-response). */ export interface WebhookResponseStepDefinition { name: string; }