wip volume tabs

This commit is contained in:
Nicolas Meienberger
2025-09-24 18:25:54 +02:00
parent 6360fe3d1d
commit 12ed149ffe
3 changed files with 37 additions and 10 deletions

View File

@@ -1,3 +1,4 @@
import type { GetVolumeResponse } from "~/api-client";
export type VolumeStatus = GetVolumeResponse["status"];
export type Volume = GetVolumeResponse;
export type VolumeStatus = Volume["status"];