node-ovh-ts
Version:
OVH API wrapper library for TypeScript
9 lines (6 loc) • 367 B
TypeScript
import { DedicatedServerHardwareSpecificationsExpansionCardTypeEnum } from './DedicatedServerHardwareSpecificationsExpansionCardTypeEnum.js';
type DedicatedServerHardwareSpecificationsExpansionCard = {
description?: string;
type?: DedicatedServerHardwareSpecificationsExpansionCardTypeEnum;
};
export { DedicatedServerHardwareSpecificationsExpansionCard };