UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

11 lines (8 loc) 214 B
import { CloudIpIpStatusEnum } from './CloudIpIpStatusEnum.js'; type CloudIpCloudIp = { id?: string; ip?: string | null; status?: CloudIpIpStatusEnum; type?: string; }; export { CloudIpCloudIp };