@voiceflow/chat-types
Version:
Voiceflow chat project types
6 lines • 457 B
TypeScript
import type * as Node from '../node/index.js';
import { BaseNode } from '@voiceflow/base-types';
export declare const isCapture: (value: BaseNode.Utils.BaseNode) => value is Node.Capture.Node;
export declare const isCaptureV2: (value: BaseNode.Utils.BaseNode) => value is Node.CaptureV2.Node;
export declare const isInteraction: (value: BaseNode.Utils.BaseNode) => value is Node.Interaction.Node<BaseNode.Utils.BaseEvent>;
//# sourceMappingURL=node.d.ts.map