node-ovh-ts
Version:
OVH API wrapper library for TypeScript
12 lines (9 loc) • 331 B
TypeScript
import { OrderCatalogPccStorageSpecifications } from './OrderCatalogPccStorageSpecifications.js';
type OrderCatalogPccStorage = {
name?: string;
onInitialOrder?: boolean;
onUpgradeOrder?: boolean;
planCode?: string;
specifications?: OrderCatalogPccStorageSpecifications;
};
export { OrderCatalogPccStorage };