UNPKG

@gridscale/api

Version:
10 lines (7 loc) 201 B
/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import { LinkedNetwork } from './LinkedNetwork'; export type LinkedNetworkGetResponse = { network_relation?: LinkedNetwork; }