UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

11 lines 336 B
/** Type of objects an order can be linked to */ export declare enum TypeEnum { 'Bill' = "Bill", 'DebtOperation' = "DebtOperation", 'Deposit' = "Deposit", 'Order' = "Order", 'OvhAccountMovement' = "OvhAccountMovement", 'Refund' = "Refund", 'Withdrawal' = "Withdrawal" } //# sourceMappingURL=TypeEnum.d.ts.map