UNPKG

@atlaskit/profilecard

Version:

A React component to display a card with user information.

20 lines (19 loc) 469 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var agentData = { id: 'agentId', name: 'Profile card agent', description: 'this is a agent to use in profile card', favourite: true, favourite_count: 1234, named_id: '', creator_type: 'CUSTOMER', is_default: false, actor_type: 'AGENT', user_defined_conversation_starters: [], deactivated: false }; var _default = exports.default = agentData;