UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines 236 B
/** How did the device got its IP Address */ export declare enum ConnectedDeviceAddressSourceEnum { 'DHCP' = "DHCP", 'Static' = "Static", 'Unknown' = "Unknown" } //# sourceMappingURL=ConnectedDeviceAddressSourceEnum.d.ts.map