UNPKG

@botonic/plugin-flow-builder

Version:

Use Flow Builder to show your contents

12 lines (10 loc) 335 B
import { HtBaseNode } from './common' import { HtFunctionResult } from './function' import { HtNodeWithContentType } from './node-types' export interface HtCountryConditionalNode extends HtBaseNode { type: HtNodeWithContentType.FUNCTION content: { action: string //'check-country' result_mapping: HtFunctionResult[] } }