app/[slug]/dashboard/news/[id]/page.tsx(46,24): error TS2345: Argument of type '{ name: string; id: string; createdAt: Date; newsId: string; storagePath: string; sizeBytes: number | null; mimeType: string | null; }[]' is not assignable to parameter of type 'SetStateAction<{ name: string; storagePath: string; sizeBytes: number; mimeType?: string | null | undefined; }[]>'. Type '{ name: string; id: string; createdAt: Date; newsId: string; storagePath: string; sizeBytes: number | null; mimeType: string | null; }[]' is not assignable to type '{ name: string; storagePath: string; sizeBytes: number; mimeType?: string | null | undefined; }[]'. Type '{ name: string; id: string; createdAt: Date; newsId: string; storagePath: string; sizeBytes: number | null; mimeType: string | null; }' is not assignable to type '{ name: string; storagePath: string; sizeBytes: number; mimeType?: string | null | undefined; }'. Types of property 'sizeBytes' are incompatible. Type 'number | null' is not assignable to type 'number'. Type 'null' is not assignable to type 'number'. app/api/export/termin/[id]/route.ts(38,28): error TS2339: Property 'createdAt' does not exist on type '{ member: { name: string; email: string; id: string; createdAt: Date; updatedAt: Date; userId: string | null; status: string; orgId: string; ort: string; betrieb: string; sparte: string; ... 4 more ...; pushToken: string | null; }; } & { ...; }'. app/api/registrierung/[slug]/route.ts(48,7): error TS2353: Object literal may only specify known properties, and 'role' does not exist in type 'Without & MemberUncheckedCreateInput'. app/superadmin/organizations/[id]/page.tsx(113,35): error TS2322: Type '() => Promise<{ success: boolean; error: string; }>' is not assignable to type 'string | ((formData: FormData) => void | Promise) | undefined'. Type '() => Promise<{ success: boolean; error: string; }>' is not assignable to type '(formData: FormData) => void | Promise'. Type 'Promise<{ success: boolean; error: string; }>' is not assignable to type 'void | Promise'. Type 'Promise<{ success: boolean; error: string; }>' is not assignable to type 'Promise'. Type '{ success: boolean; error: string; }' is not assignable to type 'void'. app/superadmin/page.tsx(131,55): error TS2322: Type '() => Promise<{ success: boolean; error: string; }>' is not assignable to type 'string | ((formData: FormData) => void | Promise) | undefined'. Type '() => Promise<{ success: boolean; error: string; }>' is not assignable to type '(formData: FormData) => void | Promise'. Type 'Promise<{ success: boolean; error: string; }>' is not assignable to type 'void | Promise'. Type 'Promise<{ success: boolean; error: string; }>' is not assignable to type 'Promise'. Type '{ success: boolean; error: string; }' is not assignable to type 'void'. scripts/test-attachments.ts(1,10): error TS2459: Module '"@innungsapp/shared/prisma"' declares 'PrismaClient' locally, but it is not exported. seed-auth.ts(2,30): error TS2307: Cannot find module '@prisma/client' or its corresponding type declarations. test-trpc.ts(1,27): error TS2307: Cannot find module './server/routers/_app' or its corresponding type declarations. test-trpc.ts(2,30): error TS2307: Cannot find module '@innungsapp/shared/prisma/client' or its corresponding type declarations.