UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

6 lines 158 B
/** Distinct type of virtual mac */ export declare enum VmacTypeEnum { 'ovh' = "ovh", 'vmware' = "vmware" } //# sourceMappingURL=VmacTypeEnum.d.ts.map