UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

11 lines (8 loc) 319 B
import { DedicatedCloudOptionStateEnum } from './DedicatedCloudOptionStateEnum.js'; type DedicatedCloudPrivateGateway = { customerIp?: string | null; customerNetmask?: string | null; customerPortGroup?: string | null; state?: DedicatedCloudOptionStateEnum; }; export { DedicatedCloudPrivateGateway };