UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 214 B
/** Possible DSL technologies */ export declare enum DslTypeEnum { 'adsl' = "adsl", 'ftte' = "ftte", 'ftth' = "ftth", 'sdsl' = "sdsl", 'vdsl' = "vdsl" } //# sourceMappingURL=DslTypeEnum.d.ts.map