UNPKG

@cognigy/rest-api-client

Version:

Cognigy REST-Client

13 lines 302 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.logLevels = void 0; /* these types are auto-suggested when using *.log(...) */ exports.logLevels = [ "fatal", "error", "warn", "info", "debug", "trace", ]; //# sourceMappingURL=TLogLevel.js.map