Fix Novu API import error

This commit is contained in:
gpt-engineer-app[bot]
2025-10-12 15:43:19 +00:00
parent 1333a5e8c8
commit f294020d0b
6 changed files with 21 additions and 23 deletions

View File

@@ -20,7 +20,7 @@ declare module 'https://esm.sh/@supabase/supabase-js@2.57.4' {
export * from '@supabase/supabase-js';
}
declare module 'npm:@novu/api@0.0.7' {
declare module 'npm:@novu/api@1.6.0' {
export * from '@novu/api';
}