UNPKG

@botonic/plugin-flow-builder

Version:

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

4 lines (3 loc) 245 B
import { FlowContent } from '../content-fields'; import { FlowBuilderContext } from './context'; export declare function getContentsByFallback({ cmsApi, flowBuilderPlugin, botonicContext: context, }: FlowBuilderContext): Promise<FlowContent[]>;