UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

9 lines (6 loc) 301 B
import { DedicatedServerBackupStorageCapacityEnum } from './DedicatedServerBackupStorageCapacityEnum.js'; type DedicatedServerBackupStorageOrderable = { capacities?: DedicatedServerBackupStorageCapacityEnum[] | null; orderable?: boolean; }; export { DedicatedServerBackupStorageOrderable };