@voiceflow/google-types
Version:
Google service types
8 lines • 427 B
TypeScript
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