UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

9 lines (6 loc) 367 B
import { DedicatedServerHardwareSpecificationsExpansionCardTypeEnum } from './DedicatedServerHardwareSpecificationsExpansionCardTypeEnum.js'; type DedicatedServerHardwareSpecificationsExpansionCard = { description?: string; type?: DedicatedServerHardwareSpecificationsExpansionCardTypeEnum; }; export { DedicatedServerHardwareSpecificationsExpansionCard };