UNPKG

@gridscale/api

Version:
5 lines (4 loc) 127 B
import { PaasService } from './PaasService'; export declare type PaasServiceGetResponse = { paas_service?: PaasService; };