diff --git a/src/dlp.ts b/src/dlp.ts index 75b8917c0..579d596e8 100644 --- a/src/dlp.ts +++ b/src/dlp.ts @@ -15,7 +15,7 @@ /** * A DLP credential pattern definition */ -export interface DlpPattern { +interface DlpPattern { /** Human-readable name for the pattern */ name: string; /** Description of what this pattern detects */