Skip to content

Commit 7b83681

Browse files
authored
Added defaultRedactionConfig in the text scanning method (#6)
1 parent 497c088 commit 7b83681

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/types/scanText.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ export namespace ScanText {
55
detectionRuleUUIDs?: string[]
66
detectionRules?: Detector.Rule[]
77
contextBytes?: number
8+
defaultRedactionConfig?: Detector.RedactionConfig
89
}
910

1011
export interface Response {

0 commit comments

Comments
 (0)