Skip to content

Commit

Permalink
Update typings/index.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Alan P. C. Silva <7315217+alanpcs@users.noreply.github.com>
  • Loading branch information
danilofuchs and alanpcs authored Jan 18, 2021
1 parent 1382686 commit aab3c4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions typings/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export interface ReplaceMask {
redactWith: "[redacted]" | string;
}

/** Redact-it configs to customize how and which fields are going to be redacted */
export interface RedactItConfig {
/** Field names to redact */
fields: (string | RegExp)[];
Expand Down

0 comments on commit aab3c4a

Please sign in to comment.