export const actions = { async markAsRead(_, notificationId) { console.log('notificationId', notificationId) } }