UNPKG

@voiceflow/voice-types

Version:

Voiceflow voice project types

4 lines 253 B
import type { Prompt } from '../models.js'; import type { Nullable } from '@voiceflow/common'; export declare const defaultPrompt: <V>(prompt: Nullable<Prompt<V>> | undefined, defaultVoice: V) => Nullable<Prompt<V>>; //# sourceMappingURL=prompt.d.ts.map