mirror of
https://github.com/immich-app/immich.git
synced 2026-05-23 08:02:29 -04:00
refactor!: migrate class-validator to zod (#26597)
This commit is contained in:
@@ -104,7 +104,7 @@ export type Memory = {
|
||||
showAt: Date | null;
|
||||
hideAt: Date | null;
|
||||
type: MemoryType;
|
||||
data: object;
|
||||
data: Record<string, unknown>;
|
||||
ownerId: string;
|
||||
isSaved: boolean;
|
||||
assets: ShallowDehydrateObject<MapAsset>[];
|
||||
|
||||
Reference in New Issue
Block a user