UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines (7 loc) 355 B
/** Consumption way type */ export var VoiceConsumptionWayTypeEnum; (function (VoiceConsumptionWayTypeEnum) { VoiceConsumptionWayTypeEnum["incoming"] = "incoming"; VoiceConsumptionWayTypeEnum["outgoing"] = "outgoing"; VoiceConsumptionWayTypeEnum["transfer"] = "transfer"; })(VoiceConsumptionWayTypeEnum || (VoiceConsumptionWayTypeEnum = {}));