@gridscale/api
Version:
gridscale API Wrapper
10 lines (9 loc) • 404 B
TypeScript
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;
};