mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
refactor!: migrate class-validator to zod (#26597)
This commit is contained in:
+6
@@ -54,9 +54,15 @@ class ServerConfigDto {
|
||||
bool publicUsers;
|
||||
|
||||
/// Number of days before trashed assets are permanently deleted
|
||||
///
|
||||
/// Minimum value: -9007199254740991
|
||||
/// Maximum value: 9007199254740991
|
||||
int trashDays;
|
||||
|
||||
/// Delay in days before deleted users are permanently removed
|
||||
///
|
||||
/// Minimum value: -9007199254740991
|
||||
/// Maximum value: 9007199254740991
|
||||
int userDeleteDelay;
|
||||
|
||||
@override
|
||||
|
||||
Reference in New Issue
Block a user