UNPKG

@botonic/react

Version:

Build Chatbots using React

8 lines (7 loc) 318 B
import { EventAction } from '@botonic/core'; import { DebugEventConfig } from '../types'; export interface ConditionalCountryDebugEvent { action: EventAction.ConditionalCountry; country: string; } export declare const getConditionalCountryEventConfig: (data: ConditionalCountryDebugEvent) => DebugEventConfig;