UNPKG

@voiceflow/voice-types

Version:

Voiceflow voice project types

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