mirror of
https://github.com/nicotsx/ironmount.git
synced 2025-12-10 12:10:51 +01:00
feat: backup schedule creation form
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { GetMeResponse, GetRepositoryResponse, GetVolumeResponse } from "~/api-client";
|
||||
import type { GetBackupScheduleResponse, GetMeResponse, GetRepositoryResponse, GetVolumeResponse } from "~/api-client";
|
||||
|
||||
export type Volume = GetVolumeResponse["volume"];
|
||||
export type StatFs = GetVolumeResponse["statfs"];
|
||||
@@ -7,3 +7,5 @@ export type VolumeStatus = Volume["status"];
|
||||
export type User = GetMeResponse["user"];
|
||||
|
||||
export type Repository = GetRepositoryResponse["repository"];
|
||||
|
||||
export type BackupSchedule = GetBackupScheduleResponse["schedule"];
|
||||
|
||||
Reference in New Issue
Block a user