UNPKG

@cognigy/rest-api-client

Version:

Cognigy REST-Client

13 lines 387 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.loggerStackSchema = void 0; exports.loggerStackSchema = { title: "loggerStackSchema", type: "object", additionalProperties: false, properties: { traceId: { type: "string" }, disableSensitiveLogging: { type: "boolean" }, }, }; //# sourceMappingURL=ILoggerStack.js.map