UNPKG

cabbie-sync

Version:
10 lines (9 loc) 303 B
export declare type LogSource = 'client' | 'driver' | 'browser' | 'server'; export interface ILogSourceEnum { readonly CLIENT: 'client'; readonly DRIVER: 'driver'; readonly BROWSER: 'browser'; readonly SERVER: 'server'; } declare const _default: ILogSourceEnum; export default _default;