Ext.define('NgcpCsc.model.Notification', {
extend: 'Ext.data.Model',
fields: ['id', 'conversation_type', 'status', 'text', 'direction', 'start_time']
});