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) 253 B
import { HtBaseNode, HtVideoLocale } from './common'; import { HtNodeWithContentType } from './node-types'; export interface HtVideoNode extends HtBaseNode { type: HtNodeWithContentType.VIDEO; content: { video: HtVideoLocale[]; }; }