/** * Follows NPM log levels * https://docs.npmjs.com/cli/v8/using-npm/logging#loglevel */ export type WinstonVerbosity = 'error' | 'warn' | 'info' | 'http' | 'verbose' | 'debug' | 'silly'; //# sourceMappingURL=WinstonVerbosity.d.ts.map