export const notificationTypes = [ { id: 1, name: 'create-all-sub-lixies', description: 'Notification to create one time child codes' }, { id: 2, name: 'withdraw-all-sub-lixies', description: 'Notification to withdraw all sub lixies' }, { id: 3, name: 'export-all-sub-lixies', description: 'Notification to export all sub lixies' }, { id: 4, name: 'create-all-sub-lixies-failure', description: 'Notification fail to create one time child codes' }, { id: 5, name: 'post-on-page', description: 'Notification to post on page' }, { id: 6, name: 'comment-on-post', description: 'Notification to comment on post' }, { id: 7, name: 'comment-to-give', description: 'Notification to comment on giving tips' }, { id: 8, name: 'burn', description: 'Notification to burn' }, { id: 9, name: 'receive-burn-tip', description: 'Notification get tip when burn' }, { id: 10, name: 'receive-burn-fee', description: 'Notification get fee when burn' }, { id: 11, name: 'receive-xpi', description: 'Notification to receive XPI' }, { id: 12, name: 'follow-account', description: 'Notification has an account to follow you' }, { id: 13, name: 'follow-page', description: 'Notification has an account to follow your page' }, { id: 14, name: 'new-post', description: 'Notification has new post' }, { id: 15, name: 'page-message-request', description: 'Notification has new page message requested' }, { id: 16, name: 'page-message-accept', description: 'Notification has new page message accepted' }, { id: 17, name: 'page-message-denied', description: 'Notification has new page message denied' }, { id: 18, name: 'reply-comment', description: 'Notification to reply comment' }, { id: 19, name: 'receive-burn-fee-account-page', description: 'Notification for get fee when burn account or page' }, { id: 20, name: 'receive-burn-without-fee', description: 'Notification for get burn without fee' } ];