UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines 224 B
import { CurrentUsage } from './CurrentUsage'; /** Usage information on your project */ export interface ProjectUsage { /** Current usage details */ current: CurrentUsage; } //# sourceMappingURL=ProjectUsage.d.ts.map