FRE-5351 CTO review: finalize hometitle exports and types for alert pipeline + scheduler

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
2026-05-14 10:32:44 -04:00
parent 9858834a67
commit 4844c5994c
6 changed files with 1408 additions and 0 deletions

View File

@@ -31,4 +31,13 @@ export type {
MatchingConfig,
DetectionConfig,
NormalizedTokens,
AlertSeverityLevel,
PropertyAlert,
NotificationChannel,
AlertPipelineConfig,
SchedulerConfig,
ScheduledScanResult,
} from './types';
export { HomeTitleAlertPipeline, homeTitleAlertPipeline } from './alert.pipeline';
export { HomeTitleSchedulerService, homeTitleScheduler } from './scheduler.service';