// Command IDs for notifications
export const NOTIFICATION_ADD = 'notifications:add'
export const NOTIFICATION_REMOVE = 'notifications:remove'
export const NOTIFICATION_CLEAR = 'notifications:clear'
export const NOTIFICATION_LIST = 'notifications:list'
