@voiceflow/voiceflow-types
Version:
Voiceflow 'voiceflow' project types
12 lines (11 loc) • 527 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.defaultChatMemberPlatformData = exports.defaultSharedChatMemberPlatformData = void 0;
const defaultSharedChatMemberPlatformData = (data = {}) => ({
...data,
});
exports.defaultSharedChatMemberPlatformData = defaultSharedChatMemberPlatformData;
const defaultChatMemberPlatformData = (data = {}) => ({
...(0, exports.defaultSharedChatMemberPlatformData)(data),
});
exports.defaultChatMemberPlatformData = defaultChatMemberPlatformData;