export class ApplicationTypes { static webApp = 'WEB_APP' static riderApp = 'RIDER_APP' static driverApp = 'DRIVER_APP' }