UNPKG

@voiceflow/voiceflow-types

Version:

Voiceflow 'voiceflow' project types

8 lines 522 B
import type { ChatProject } from '@voiceflow/chat-types'; export interface SharedChatMemberPlatformData extends ChatProject.MemberPlatformData { } export interface ChatMemberPlatformData extends SharedChatMemberPlatformData { } export declare const defaultSharedChatMemberPlatformData: (data?: Partial<SharedChatMemberPlatformData>) => SharedChatMemberPlatformData; export declare const defaultChatMemberPlatformData: (data?: Partial<ChatMemberPlatformData>) => ChatMemberPlatformData; //# sourceMappingURL=member.d.ts.map