@gridscale/api
Version:
gridscale API Wrapper
29 lines (28 loc) • 594 B
TypeScript
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;
};
};
};