UNPKG

@gridscale/api

Version:
13 lines (10 loc) 275 B
/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import { ServerinIsoimage } from './ServerinIsoimage'; /** * The information about other object which are related to this isoimage. */ export type IsoimageRelation = { servers?: ServerinIsoimage; }