mirror of
https://github.com/immich-app/immich
synced 2026-08-29 13:15:45 +00:00
fix(deps): update typescript-projects (#28371)
Co-authored-by: Daniel Dietzler <mail@ddietzler.dev>
This commit is contained in:
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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue