UNPKG

@gridscale/api

Version:
8 lines (7 loc) 213 B
import { ServerinIsoimage } from './ServerinIsoimage'; /** * The information about other object which are related to this isoimage. */ export declare type IsoimageRelation = { servers?: ServerinIsoimage; };