UNPKG

cabbie-sync

Version:
26 lines (24 loc) 571 B
/** * @flow * This file is generated automatically, run npm run build to re-generate. **/ export type LogSource = 'client' | 'driver' | 'browser' | 'server'; const LogSourceEnum = { /* * Source type of the log-entry - 'client' */ CLIENT: ('client': 'client'), /* * Source type of the log-entry - 'driver' */ DRIVER: ('driver': 'driver'), /* * Source type of the log-entry - 'browser' */ BROWSER: ('browser': 'browser'), /* * Source type of the log-entry - 'server' */ SERVER: ('server': 'server') }; export default LogSourceEnum;