@gridscale/api
Version:
gridscale API Wrapper
22 lines (21 loc) • 469 B
TypeScript
export declare const $PaasServiceMetrics: {
type: string;
contains: ({
type: string;
properties?: undefined;
} | {
properties: {
paas_service_uuid: {
type: string;
format: string;
};
core_usage: {
type: string;
};
storage_size: {
type: string;
};
};
type?: undefined;
})[];
};