mirror of
https://github.com/nicotsx/ironmount.git
synced 2025-12-10 12:10:51 +01:00
wip volume tabs
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import type { GetVolumeResponse } from "~/api-client";
|
||||
|
||||
export type VolumeStatus = GetVolumeResponse["status"];
|
||||
export type Volume = GetVolumeResponse;
|
||||
export type VolumeStatus = Volume["status"];
|
||||
|
||||
Reference in New Issue
Block a user