UNPKG

@gridscale/api

Version:
10 lines (7 loc) 206 B
/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import { PaasServiceIndex } from './PaasServiceIndex'; export type PaasServicesGetResponse = { paas_services?: PaasServiceIndex; }