UNPKG

@gridscale/api

Version:
5 lines (4 loc) 114 B
import { LinkedIp } from './LinkedIp'; export declare type LinkedIpGetResponse = { ip_relation?: LinkedIp; };