fix(deps): update typescript-projects (#28371)

Co-authored-by: Daniel Dietzler <mail@ddietzler.dev>
This commit is contained in:
renovate[bot]
2026-05-20 16:56:27 +02:00
committed by GitHub
parent 5a61e589e8
commit 92b6778d2d
26 changed files with 3620 additions and 3262 deletions
@@ -41,7 +41,7 @@ export class NotificationTable {
type!: Generated<NotificationType>;
@Column({ type: 'jsonb', nullable: true })
data!: any | null;
data!: unknown | null;
@Column()
title!: string;