/* 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;
}
