You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix TypeScript build errors for strict type checking
- Add explicit types to reduce/map/filter callback parameters across
multiple files to resolve implicit 'any' type errors
- Export NotificationResult interface from notification-dispatcher.ts
- Add type cast for CorrelationState status field to match union type
- Replace 'any' types in field-correlation-engine.ts with proper
Prisma-inferred types
- Add local interfaces (RecentLog, etc.) for component type safety
Files modified:
- src/lib/correlation-engine.ts
- src/lib/field-correlation-engine.ts
- src/lib/notification-dispatcher.ts
- src/app/(dashboard)/dashboard/page.tsx
- src/app/(dashboard)/dashboard/channels/page.tsx
- src/app/(dashboard)/dashboard/logs/page.tsx
- src/app/(dashboard)/dashboard/webhooks/[id]/page.tsx
- src/app/api/webhook/[uniqueUrl]/route.ts
- src/components/rules/unified-rule-builder.tsx
- src/components/rules/rule-builder.tsx
0 commit comments