UNPKG

@cognigy/rest-api-client

Version:

Cognigy REST-Client

10 lines 279 B
export const loggerStackSchema = { title: "loggerStackSchema", type: "object", additionalProperties: false, properties: { traceId: { type: "string" }, disableSensitiveLogging: { type: "boolean" }, }, }; //# sourceMappingURL=ILoggerStack.js.map