UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 267 B
import { UniverseEnum } from './UniverseEnum'; /** Vip Service */ export interface SupportVip { /** Name of the VIP offer */ serviceName: string; /** VIP universes of this service */ universe: UniverseEnum[]; } //# sourceMappingURL=SupportVip.d.ts.map