refactor: simplify dtos and improve type saftey in json returns

This commit is contained in:
Nicolas Meienberger
2025-10-29 18:28:00 +01:00
parent d1c1adaba7
commit b188a84af3
26 changed files with 667 additions and 751 deletions

View File

@@ -6,6 +6,6 @@ export type VolumeStatus = Volume["status"];
export type User = GetMeResponse["user"];
export type Repository = GetRepositoryResponse["repository"];
export type Repository = GetRepositoryResponse;
export type BackupSchedule = GetBackupScheduleResponse["schedule"];
export type BackupSchedule = GetBackupScheduleResponse;