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 ConditionalChannelDebugEvent { action: EventAction.ConditionalChannel; channel: string; } export declare const getConditionalChannelEventConfig: (data: ConditionalChannelDebugEvent) => DebugEventConfig;