UNPKG

@enumura/chatbot-flow-editor

Version:

Visual chatbot flow editor - Development tool for creating conversational flows

7 lines 489 B
import { ChatbotFlow, NodePositions } from '../../types/chatbot'; export declare const generateNewId: (flow: ChatbotFlow) => number; export declare const generateNodePositions: (flow: ChatbotFlow) => NodePositions; export declare const exportFlowToFile: (flow: ChatbotFlow) => void; export declare const parseImportedJson: (jsonString: string) => ChatbotFlow | null; export declare const updateFlowWithHierarchyPaths: (flow: ChatbotFlow) => ChatbotFlow; //# sourceMappingURL=utils.d.ts.map