feat: volume details

This commit is contained in:
Nicolas Meienberger
2025-09-07 16:08:08 +02:00
parent aa82f95c56
commit 833bcb590f
13 changed files with 280 additions and 153 deletions

View File

@@ -15,6 +15,8 @@ const volumeSchema = type({
config: volumeConfigSchema,
});
export type VolumeDto = typeof volumeSchema.infer;
/**
* List all volumes
*/