UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 286 B
/** Engine Template */ export interface CapabilitiesTemplate { /** Number of cores of the template */ cores: number; /** ID of the template */ id: number; /** Memory in bytes of the template */ memory: number; } //# sourceMappingURL=CapabilitiesTemplate.d.ts.map