File size: 104 Bytes
4acc19f
 
 
 
1
2
3
4
5
export const UserMessages = {
  NOT_FOUND: 'User not found',
  DELETED: 'User deleted successfully',
};