UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

12 lines (9 loc) 444 B
import { DedicatedServerInterfaces } from './DedicatedServerInterfaces.js'; import { DedicatedServerNetworkingOperationEnum } from './DedicatedServerNetworkingOperationEnum.js'; import './DedicatedServerNetworkingTypeEnum.js'; type DedicatedServerNetworking = { description?: string | null; interfaces?: DedicatedServerInterfaces[]; status?: DedicatedServerNetworkingOperationEnum | null; }; export { DedicatedServerNetworking };