UNPKG

@gridscale/api

Version:
10 lines (9 loc) 404 B
import { ServerinStrorage } from './ServerinStrorage'; import { SnapshotSchedulesinStorage } from './SnapshotSchedulesinStorage'; /** * The information about other object which are related to this storage. the object could be servers and/or snapshots snapshot schedules */ export declare type StoragesRelation = { servers?: ServerinStrorage; snapshot_schedules?: SnapshotSchedulesinStorage; };