Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/core / / RedactionOutput
Interface: RedactionOutput
Defined in: packages/core/src/contracts/redaction-validator.ts:51
Result of RedactionValidator.validate(...) — either the sanitized payload (possibly equal to the input) or null if the value must be dropped entirely.
Stable
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
matched? | readonly | readonly string[] | List of pattern names matched while validating. | packages/core/src/contracts/redaction-validator.ts:55 |
tier | readonly | Sensitivity | - | packages/core/src/contracts/redaction-validator.ts:53 |
value | readonly | unknown | - | packages/core/src/contracts/redaction-validator.ts:52 |