UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines (6 loc) 181 B
/** The sms coding */ export var CodingEnum; (function (CodingEnum) { CodingEnum["Key_7bit"] = "7bit"; CodingEnum["Key_8bit"] = "8bit"; })(CodingEnum || (CodingEnum = {}));