UNPKG

@gridscale/api

Version:
5 lines (4 loc) 144 B
import { PaasServiceIndex } from './PaasServiceIndex'; export declare type PaasServicesGetResponse = { paas_services?: PaasServiceIndex; };