UNPKG

@botonic/plugin-flow-builder

Version:

Botonic plugin for **Hubtype Flow Builder**: run and bridge flow-driven logic from bots on the **current** line.

9 lines (8 loc) 199 B
import { HtNodeWithoutContentType } from './node-types'; export interface HtPayloadNode { id: string; type: HtNodeWithoutContentType.PAYLOAD; content: { payload: string; }; }