UNPKG

@voiceflow/voiceflow-types

Version:

Voiceflow 'voiceflow' project types

7 lines (6 loc) 203 B
export const defaultSharedChatMemberPlatformData = (data = {}) => ({ ...data, }); export const defaultChatMemberPlatformData = (data = {}) => ({ ...defaultSharedChatMemberPlatformData(data), });