UNPKG

@voiceflow/google-types

Version:
8 lines 492 B
import type { BasePublishing, SharedBasePublishing } from '../base/index.js'; export interface SharedChatPublishing extends SharedBasePublishing { } export interface ChatPublishing extends SharedChatPublishing, BasePublishing { } export declare const defaultSharedChatPublishing: (publishing?: Partial<SharedChatPublishing>) => SharedChatPublishing; export declare const defaultChatPublishing: (publishing?: Partial<ChatPublishing>) => ChatPublishing; //# sourceMappingURL=publishing.d.ts.map