UNPKG

@gridscale/api

Version:
29 lines (28 loc) 594 B
export declare const $PaasServiceCreateResponse: { properties: { request_uuid: { type: string; format: string; }; listen_ports: { type: string; }; paas_service_uuid: { type: string; format: string; }; credentials: { type: string; }; object_uuid: { type: string; format: string; }; parameters: { type: string; }; resource_limits: { type: string; }; }; };