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

Interface: AllowlistConfig

Defined in: src/mantle/config.ts:55 Allowlist entry configuration

Properties

reason?

optional reason: string;
Defined in: src/mantle/config.ts:61 Reason for allowlisting (for documentation)

type?

optional type: "glob" | "regex" | "literal";
Defined in: src/mantle/config.ts:59 Type of matching: ‘glob’ | ‘regex’ | ‘literal’

value

value: string;
Defined in: src/mantle/config.ts:57 Pattern or value to allow