Skip to content

Loggical API Documentation v1.0.1


Loggical API Documentation / RedactionConfig

Interface: RedactionConfig

Defined in: types/redaction.types.ts:8

Simple redaction configuration (kept for backward compatibility)

Properties

enabled?

ts
optional enabled: boolean;

Defined in: types/redaction.types.ts:10

Whether redaction is enabled

Released under the MIT License.