UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

13 lines 313 B
import { ServiceNameEnum } from './ServiceNameEnum'; /** Informations about a service */ export interface ServiceInformation { /** */ inCreation: number; /** */ name: ServiceNameEnum; /** */ total: number; /** */ used: number; } //# sourceMappingURL=ServiceInformation.d.ts.map