UNPKG

@voiceflow/chat-types

Version:

Voiceflow chat project types

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