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) 215 B
import { BotonicContext } from '@botonic/core'; import type { FlowContent } from '../content-fields'; export declare function getContents(botonicContext: BotonicContext, contentID?: string): Promise<FlowContent[]>;