UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

11 lines (9 loc) 243 B
type DedicatedCephClusterHealthResponse = { availableBytes?: number; healthy?: boolean; serviceName?: string; status?: string; totalBytes?: number; usedBytes?: number; }; export { DedicatedCephClusterHealthResponse };