diff --git a/packages/phishing-controller/src/index.ts b/packages/phishing-controller/src/index.ts index 84e1a6680c2..393d2114532 100644 --- a/packages/phishing-controller/src/index.ts +++ b/packages/phishing-controller/src/index.ts @@ -8,4 +8,4 @@ export type { } from './PhishingDetector'; export { PhishingDetector } from './PhishingDetector'; export type { PhishingDetectionScanResult } from './types'; -export { PhishingDetectorResultType } from './types'; +export { PhishingDetectorResultType, RecommendedAction } from './types';