UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

11 lines (8 loc) 363 B
import { ServicesExpandedTechnicalBaremetalServerGpuMemory } from './ServicesExpandedTechnicalBaremetalServerGpuMemory.js'; type ServicesExpandedTechnicalBaremetalServerGpu = { brand?: string; memory?: ServicesExpandedTechnicalBaremetalServerGpuMemory; model?: string; number?: number; }; export { ServicesExpandedTechnicalBaremetalServerGpu };