UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines (8 loc) 257 B
/** Balance type */ export var TypeEnum; (function (TypeEnum) { TypeEnum["BONUS"] = "BONUS"; TypeEnum["DEPOSIT"] = "DEPOSIT"; TypeEnum["PREPAID_ACCOUNT"] = "PREPAID_ACCOUNT"; TypeEnum["VOUCHER"] = "VOUCHER"; })(TypeEnum || (TypeEnum = {}));