UNPKG

@voiceflow/voiceflow-types

Version:

Voiceflow 'voiceflow' project types

7 lines 554 B
import { BaseNode } from '@voiceflow/base-types'; import type * as Node from '../node/index.js'; export declare const isSpeak: (value: BaseNode.Utils.BaseNode) => value is Node.Speak.VoiceNode; 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