export const USER_TYPE = { BUSINESS: 'business', CUSTOMER: 'customer', DRIVER: 'driver' } export const DIRECTION = { RIGHT: 'right', LEFT: 'left' } export const SHARE_URL = { business: '', product: '' }