@voiceflow/google-types
Version:
Google service types
8 lines • 483 B
TypeScript
import type { BasePublishing, SharedBasePublishing } from '../base';
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