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) 261 B
import { HtBaseNode, HtMediaFileLocale } from './common'; import { HtNodeWithContentType } from './node-types'; export interface HtImageNode extends HtBaseNode { type: HtNodeWithContentType.IMAGE; content: { image: HtMediaFileLocale[]; }; }