/* istanbul ignore file *//* tslint:disable *//* eslint-disable */import { ServerinIsoimage } from'./ServerinIsoimage';
/**
* The information about other object which are related to this isoimage.
*/exporttypeIsoimageRelation = {
servers?: ServerinIsoimage;
}