UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines (8 loc) 290 B
/** Possible SELT test prelocalizations */ export var SeltPrelocEnum; (function (SeltPrelocEnum) { SeltPrelocEnum["CUST"] = "CUST"; SeltPrelocEnum["DSLAM"] = "DSLAM"; SeltPrelocEnum["LINE"] = "LINE"; SeltPrelocEnum["RE"] = "RE"; })(SeltPrelocEnum || (SeltPrelocEnum = {}));