UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines 234 B
import { StatusEnum } from './webhostingNetwork/StatusEnum'; /** webhosting Network */ export interface WebhostingNetwork { /** Webhosting network status */ status: StatusEnum; } //# sourceMappingURL=WebhostingNetwork.d.ts.map