UNPKG

@gridscale/api

Version:
5 lines (4 loc) 139 B
import { LinkedNetwork } from './LinkedNetwork'; export declare type LinkedNetworkGetResponse = { network_relation?: LinkedNetwork; };