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) 187 B
import { HtNodeWithoutContentType } from './node-types'; export interface HtUrlNode { id: string; type: HtNodeWithoutContentType.URL; content: { url: string; }; }