@voiceflow/voiceflow-types
Version:
Voiceflow 'voiceflow' project types
9 lines • 489 B
TypeScript
import { ChatVersion } from '@voiceflow/chat-types';
import type { BaseSettings } from '../base.js';
export interface SharedChatSettings extends ChatVersion.Settings {
}
export interface ChatSettings extends SharedChatSettings, BaseSettings {
}
export declare const defaultSharedChatSettings: (settings?: Partial<SharedChatSettings>) => SharedChatSettings;
export declare const defaultChatSettings: (settings?: Partial<ChatSettings>) => ChatSettings;
//# sourceMappingURL=settings.d.ts.map