refactor(server): use zod time validation (#29189)

This commit is contained in:
Timon 2026-06-18 13:56:02 +02:00 committed by GitHub
parent 83091d2834
commit 09d0380804
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 11 additions and 11 deletions

View file

@ -2501,7 +2501,7 @@ export type SystemConfigNightlyTasksDto = {
generateMemories: boolean;
/** Missing thumbnails */
missingThumbnails: boolean;
/** Start time */
/** Start time (HH:MM) */
startTime: string;
/** Sync quota usage */
syncQuotaUsage: boolean;