UNPKG

@voiceflow/google-types

Version:
8 lines 427 B
import { ChatVersion } from '@voiceflow/chat-types'; export interface SharedChatSettings extends ChatVersion.Settings { } export interface ChatSettings extends SharedChatSettings { } export declare const defaultSharedChatSettings: (settings?: Partial<SharedChatSettings>) => SharedChatSettings; export declare const defaultChatSettings: (settings?: Partial<ChatSettings>) => ChatSettings; //# sourceMappingURL=settings.d.ts.map