UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines (6 loc) 169 B
/** Transaction type */ export var TypeEnum; (function (TypeEnum) { TypeEnum["CREDIT"] = "CREDIT"; TypeEnum["DEBIT"] = "DEBIT"; })(TypeEnum || (TypeEnum = {}));