@voiceflow/google-types
Version:
Google service types
9 lines • 613 B
TypeScript
import type { ChatProject } from '@voiceflow/chat-types';
import type { SharedBaseMemberPlatformData } from '../base';
export interface SharedChatMemberPlatformData extends ChatProject.MemberPlatformData, SharedBaseMemberPlatformData {
}
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