UNPKG

@botonic/plugin-flow-builder

Version:

Use Flow Builder to show your contents

9 lines (8 loc) 280 B
import { ActionRequest } from '@botonic/react'; interface ConditionalCountryArgs { request: ActionRequest; results: string[]; keyPath: string; } export declare function conditionalBotVariable({ request, results, keyPath, }: ConditionalCountryArgs): string; export {};