UNPKG

@voiceflow/voice-types

Version:

Voiceflow voice project types

10 lines (9 loc) 213 B
export const defaultPrompt = (prompt, defaultVoice) => { if (!prompt?.content) { return null; } return { voice: prompt.voice || defaultVoice, content: prompt.content, }; };