@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
12 lines (11 loc) • 413 B
JavaScript
/** Type of objects an order can be linked to */
export var TypeEnum;
(function (TypeEnum) {
TypeEnum["Bill"] = "Bill";
TypeEnum["DebtOperation"] = "DebtOperation";
TypeEnum["Deposit"] = "Deposit";
TypeEnum["Order"] = "Order";
TypeEnum["OvhAccountMovement"] = "OvhAccountMovement";
TypeEnum["Refund"] = "Refund";
TypeEnum["Withdrawal"] = "Withdrawal";
})(TypeEnum || (TypeEnum = {}));