UNPKG

@gridscale/api

Version:
10 lines (7 loc) 176 B
/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import { LinkedIp } from './LinkedIp'; export type LinkedIpGetResponse = { ip_relation?: LinkedIp; }