UNPKG

@botonic/plugin-flow-builder

Version:

Use Flow Builder to show your contents

4 lines (3 loc) 194 B
import { FlowContent } from '../content-fields'; import { FlowBuilderContext } from './index'; export declare function getContentsByPayload(context: FlowBuilderContext): Promise<FlowContent[]>;