UNPKG

@gridscale/api

Version:
20 lines 394 B
/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export const $IpCreateResponse = { properties: { request_uuid: { type: 'string', }, ip: { type: 'string', }, object_uuid: { type: 'string', format: 'uuid', }, prefix: { type: 'string', }, }, };