Skip to main content
Dotset CLI API Documentation / index / AllowlistEntry

Interface: AllowlistEntry

Defined in: src/shield/redaction/redactor.ts:70 Allowlist entry with type

Properties

pattern

pattern: string;
Defined in: src/shield/redaction/redactor.ts:71

reason?

optional reason: string;
Defined in: src/shield/redaction/redactor.ts:73

type

type: "glob" | "regex" | "literal";
Defined in: src/shield/redaction/redactor.ts:72