UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines 209 B
/** Type of WLAN security protection */ export declare enum SecurityTypeWPAEnum { 'WPA2' = "WPA2", 'WPA2andWPA3' = "WPA2andWPA3", 'WPA3' = "WPA3" } //# sourceMappingURL=SecurityTypeWPAEnum.d.ts.map