UNPKG

@gridscale/api

Version:
15 lines (12 loc) 466 B
/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ 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 type StoragesRelation = { servers?: ServerinStrorage; snapshot_schedules?: SnapshotSchedulesinStorage; }