@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
12 lines • 368 B
TypeScript
/** VIP Status by Universe */
export interface VipStatus {
/** Is account VIP for Cloud Universe */
cloud: boolean;
/** Is account VIP for Dedicated Universe */
dedicated: boolean;
/** Is account VIP for Telecom Universe */
telecom: boolean;
/** Is account VIP for Web Universe */
web: boolean;
}
//# sourceMappingURL=VipStatus.d.ts.map